Exception: JOR::CollectionNotValid

Inherits:
Error
  • Object
show all
Defined in:
lib/jor/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(str) ⇒ CollectionNotValid

Returns a new instance of CollectionNotValid.



73
74
75
# File 'lib/jor/errors.rb', line 73

def initialize(str)
  super %(Collection "#{str}" is not a valid name, might be reserved)
end