Exception: Configuration::StatementCollisionError

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

Instance Method Summary collapse

Constructor Details

#initialize(node, type) ⇒ StatementCollisionError

Returns a new instance of StatementCollisionError.



45
46
47
# File 'lib/httpimagestore/configuration.rb', line 45

def initialize(node, type)
	super node, "only one #{type} type statement can be specified within context"
end