class Pact::Retry::RescuableError
Constants
- UNRESCUEABLE
Public Class Methods
Source
# File lib/pact/retry.rb, line 8 def self.===(e) case e when *UNRESCUEABLE then false else true end end
# File lib/pact/retry.rb, line 8 def self.===(e) case e when *UNRESCUEABLE then false else true end end