Exception: Identifiable::Errors::RanOutOfAttemptsToSetPublicIdError
- Inherits:
-
StandardError
- Object
- StandardError
- Identifiable::Errors::RanOutOfAttemptsToSetPublicIdError
- Defined in:
- lib/identifiable/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ RanOutOfAttemptsToSetPublicIdError
constructor
A new instance of RanOutOfAttemptsToSetPublicIdError.
Constructor Details
#initialize ⇒ RanOutOfAttemptsToSetPublicIdError
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 |