Exception: Passfort::Errors::UnparseableResponseError
- Inherits:
-
APIError
- Object
- StandardError
- APIError
- Passfort::Errors::UnparseableResponseError
- Defined in:
- lib/passfort/errors/unparseable_response_error.rb
Instance Attribute Summary
Attributes inherited from APIError
Instance Method Summary collapse
-
#initialize(*args) ⇒ UnparseableResponseError
constructor
A new instance of UnparseableResponseError.
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 |