Exception: Arca::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Arca::Error
- Defined in:
- lib/arca/errors/error.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#code?(_code) ⇒ Boolean
5 6 7 |
# File 'lib/arca/errors/error.rb', line 5 def code?(_code) false end |
#retriable? ⇒ Boolean
9 10 11 |
# File 'lib/arca/errors/error.rb', line 9 def retriable? false end |