Exception: Passfort::Errors::UnparseableResponseError

Inherits:
APIError
  • Object
show all
Defined in:
lib/passfort/errors/unparseable_response_error.rb

Instance Attribute Summary

Attributes inherited from APIError

#errors, #response

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ UnparseableResponseError

Returns a new instance of UnparseableResponseError.



6
7
8
# File 'lib/passfort/errors/unparseable_response_error.rb', line 6

def initialize(*args)
  super("Unparseable response body", *args)
end