Exception: Configuration::SyntaxError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/httpimagestore/configuration.rb

Overview

parsing errors

Instance Method Summary collapse

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, message)
	super "syntax error while parsing '#{node}': #{message}"
end