Exception: Identifiable::Errors::LengthIsTooLongError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/identifiable/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeLengthIsTooLongError

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