Exception: JOR::NotInCollection

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

Instance Method Summary collapse

Constructor Details

#initializeNotInCollection

Returns a new instance of NotInCollection.



55
56
57
# File 'lib/jor/errors.rb', line 55

def initialize
  super %(The current collection is undefined)
end