Exception: RVGP::Plot::InvalidYamlGlob

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rvgp/plot.rb

Overview

This exception is raised when a provided yaml file, stipulates an invalid #glob attribute

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ InvalidYamlGlob

Returns a new instance of InvalidYamlGlob.



90
91
92
# File 'lib/rvgp/plot.rb', line 90

def initialize(path)
  super format(MSG_FORMAT, path: path)
end