Exception: Configuration::NoAttributeError

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

Instance Method Summary collapse

Constructor Details

#initialize(node, attribute) ⇒ NoAttributeError

Returns a new instance of NoAttributeError.



15
16
17
# File 'lib/httpimagestore/configuration.rb', line 15

def initialize(node, attribute)
	super node, "expected '#{attribute}' attribute to be set"
end