Exception: Hookdeck::NotFoundError
- Defined in:
- lib/hookdeck/errors.rb
Instance Attribute Summary
Attributes inherited from ApiError
#data, #handled, #message, #request_id, #response, #status
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(response) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(response) ⇒ NotFoundError
Returns a new instance of NotFoundError.
81 82 83 84 |
# File 'lib/hookdeck/errors.rb', line 81 def initialize(response) super @status = 404 end |