Exception: HookSniff::ConflictError
- Defined in:
- lib/hooksniff/errors.rb
Overview
409 Conflict
Instance Attribute Summary
Attributes inherited from ApiError
#code, #response_body, #response_headers
Instance Method Summary collapse
-
#initialize(response_headers: {}, response_body: nil) ⇒ ConflictError
constructor
A new instance of ConflictError.
Methods inherited from ApiError
Constructor Details
#initialize(response_headers: {}, response_body: nil) ⇒ ConflictError
Returns a new instance of ConflictError.
53 54 55 |
# File 'lib/hooksniff/errors.rb', line 53 def initialize(response_headers: {}, response_body: nil) super(code: 409, response_headers: response_headers, response_body: response_body) end |