Exception: Identifiable::Errors::RanOutOfAttemptsToSetPublicIdError

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

Instance Method Summary collapse

Constructor Details

#initializeRanOutOfAttemptsToSetPublicIdError

Returns a new instance of RanOutOfAttemptsToSetPublicIdError.



58
59
60
# File 'lib/identifiable/errors.rb', line 58

def initialize
  super('We tried 100 times to find an unused public ID, but we could not find one. You should increase the length parameter of the public ID.')
end