Exception: Identifiable::Errors::LengthMustBeAnIntegerError
- Inherits:
-
StandardError
- Object
- StandardError
- Identifiable::Errors::LengthMustBeAnIntegerError
- Defined in:
- lib/identifiable/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ LengthMustBeAnIntegerError
constructor
A new instance of LengthMustBeAnIntegerError.
Constructor Details
#initialize ⇒ LengthMustBeAnIntegerError
Returns a new instance of LengthMustBeAnIntegerError.
34 35 36 |
# File 'lib/identifiable/errors.rb', line 34 def initialize super('The identifiable\'s length must be an Integer.') end |