class Retry::StopRetry
Retry
handlers should raise this exception to stop retry processing and return the return value from the Retry.do
method
Attributes
value[RW]
Public Class Methods
new(value = nil)
click to toggle source
# File lib/retry.rb, line 23 def initialize(value = nil) self.value = value end