Exception: Identifiable::Errors::LengthMustBeAnIntegerError

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

Instance Method Summary collapse

Constructor Details

#initializeLengthMustBeAnIntegerError

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