class HTTP::OutOfRetriesError
Retriable
performance ran out of attempts
Attributes
Public Instance Methods
Source
# File lib/http/retriable/errors.rb, line 10 def cause @cause || super end
Calls superclass method
Retriable
performance ran out of attempts
# File lib/http/retriable/errors.rb, line 10 def cause @cause || super end