class Garant::MaxRetriesExceeded

Public Class Methods

new(msg = "The hash-function has reached the limit of generating unique hashes") click to toggle source
Calls superclass method
# File lib/garant/errors.rb, line 3
def initialize(msg = "The hash-function has reached the limit of generating unique hashes")
  super(msg)
end