Exception: Identifiable::Errors::LengthIsTooShortError

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

Instance Method Summary collapse

Constructor Details

#initializeLengthIsTooShortError

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