Exception: RVGP::Plot::MissingYamlAttribute

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

Overview

This exception is raised when a provided yaml file, is missing required attributes.

Instance Method Summary collapse

Constructor Details

#initialize(path, fields) ⇒ MissingYamlAttribute

Returns a new instance of MissingYamlAttribute.



79
80
81
# File 'lib/rvgp/plot.rb', line 79

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