Exception: Identifiable::Errors::LengthIsTooLongError
- Inherits:
-
StandardError
- Object
- StandardError
- Identifiable::Errors::LengthIsTooLongError
- Defined in:
- lib/identifiable/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ LengthIsTooLongError
constructor
A new instance of LengthIsTooLongError.
Constructor Details
#initialize ⇒ LengthIsTooLongError
Returns a new instance of LengthIsTooLongError.
46 47 48 |
# File 'lib/identifiable/errors.rb', line 46 def initialize super('The identifiable\'s length cannot be more than 128.') end |