Class: Frenetic::ParsingError
- Inherits:
-
ResponseError
- Object
- ResponseError
- Frenetic::ParsingError
- Defined in:
- lib/frenetic/errors.rb
Overview
Parent class for all specific exceptions which are raised as a result of a parsing the network request response body.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from ResponseError
#body, #env, #error, #method, #status, #url
Instance Method Summary collapse
Methods inherited from ResponseError
Constructor Details
This class inherits a constructor from Frenetic::ResponseError
Instance Method Details
#message ⇒ Object
214 215 216 |
# File 'lib/frenetic/errors.rb', line 214 def "#{status} Error" end |