Exception: YamlValueTypeError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ YamlValueTypeError

Returns a new instance of YamlValueTypeError.



8
9
10
# File 'lib/error.rb', line 8

def initialize(msg)
  super
end