Class: Pact::Retry::RescuableError
- Inherits:
-
Object
- Object
- Pact::Retry::RescuableError
- Defined in:
- lib/pact/retry.rb
Constant Summary collapse
- UNRESCUEABLE =
[Pact::Error]
Class Method Summary collapse
Class Method Details
.===(e) ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/pact/retry.rb', line 8 def self.===(e) case e when *UNRESCUEABLE then false else true end end |