class Identifiable::Errors::RanOutOfAttemptsToSetPublicIdError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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