Class: NS1::Response::UnparsableBodyError
- Inherits:
-
Error
- Object
- Error
- NS1::Response::UnparsableBodyError
- Defined in:
- lib/record_store/provider/ns1/patch_api_header.rb
Instance Method Summary collapse
-
#initialize(status) ⇒ UnparsableBodyError
constructor
A new instance of UnparsableBodyError.
Constructor Details
#initialize(status) ⇒ UnparsableBodyError
Returns a new instance of UnparsableBodyError.
5 6 7 8 |
# File 'lib/record_store/provider/ns1/patch_api_header.rb', line 5 def initialize(status) @status = status super({}, status) end |