Exception: RVGP::Plot::InvalidYamlGlob
- Inherits:
-
StandardError
- Object
- StandardError
- RVGP::Plot::InvalidYamlGlob
- 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
-
#initialize(path) ⇒ InvalidYamlGlob
constructor
A new instance of InvalidYamlGlob.
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 |