Exception: JOR::CollectionNotValid
- Defined in:
- lib/jor/errors.rb
Instance Method Summary collapse
-
#initialize(str) ⇒ CollectionNotValid
constructor
A new instance of CollectionNotValid.
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 |