Exception: Verity::NotFoundError
- Defined in:
- lib/verity/errors.rb
Instance Attribute Summary
Attributes inherited from APIError
Instance Method Summary collapse
-
#initialize(message, code: nil, details: nil) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(message, code: nil, details: nil) ⇒ NotFoundError
Returns a new instance of NotFoundError.
22 23 24 |
# File 'lib/verity/errors.rb', line 22 def initialize(, code: nil, details: nil) super(, code: code, details: details, status_code: 404) end |