Exception: Configuration::UnexpectedValueError

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

Instance Method Summary collapse

Constructor Details

#initialize(node, values) ⇒ UnexpectedValueError

Returns a new instance of UnexpectedValueError.



33
34
35
# File 'lib/httpimagestore/configuration.rb', line 33

def initialize(node, values)
	super node, "unexpected values: #{values.map(&:inspect).join(', ')}"
end