Exception: YamlSyntaxError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ YamlSyntaxError

Returns a new instance of YamlSyntaxError.



2
3
4
# File 'lib/error.rb', line 2

def initialize(msg)
  super
end