Class: NS1::Response::UnparsableBodyError

Inherits:
Error
  • Object
show all
Defined in:
lib/record_store/provider/ns1/patch_api_header.rb

Instance Method Summary collapse

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