Exception: YamlSyntaxError
- Inherits:
-
StandardError
- Object
- StandardError
- YamlSyntaxError
- Defined in:
- lib/error.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ YamlSyntaxError
constructor
A new instance of YamlSyntaxError.
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 |