Exception: Configuration::SyntaxError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Configuration::SyntaxError
- Defined in:
- lib/httpimagestore/configuration.rb
Overview
parsing errors
Direct Known Subclasses
BadAttributeValueError, NoAttributeError, NoValueError, StatementCollisionError, UnexpectedAttributesError, UnexpectedValueError
Instance Method Summary collapse
-
#initialize(node, message) ⇒ SyntaxError
constructor
A new instance of SyntaxError.
Constructor Details
#initialize(node, message) ⇒ SyntaxError
Returns a new instance of SyntaxError.
9 10 11 |
# File 'lib/httpimagestore/configuration.rb', line 9 def initialize(node, ) super "syntax error while parsing '#{node}': #{message}" end |