Exception: Identifiable::Errors::LengthIsTooShortError
- Inherits:
-
StandardError
- Object
- StandardError
- Identifiable::Errors::LengthIsTooShortError
- Defined in:
- lib/identifiable/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ LengthIsTooShortError
constructor
A new instance of LengthIsTooShortError.
Constructor Details
#initialize ⇒ LengthIsTooShortError
Returns a new instance of LengthIsTooShortError.
40 41 42 |
# File 'lib/identifiable/errors.rb', line 40 def initialize super('The identifiable\'s length must be at least 4.') end |