Exception: HookSniff::NotImplementedError
- Defined in:
- lib/hooksniff/errors.rb
Overview
501 Not Implemented
Instance Attribute Summary
Attributes inherited from ApiError
#code, #response_body, #response_headers
Instance Method Summary collapse
-
#initialize(response_headers: {}, response_body: nil) ⇒ NotImplementedError
constructor
A new instance of NotImplementedError.
Methods inherited from ApiError
Constructor Details
#initialize(response_headers: {}, response_body: nil) ⇒ NotImplementedError
Returns a new instance of NotImplementedError.
101 102 103 |
# File 'lib/hooksniff/errors.rb', line 101 def initialize(response_headers: {}, response_body: nil) super(code: 501, response_headers: response_headers, response_body: response_body) end |