Class: Frenetic::ParsingError

Inherits:
ResponseError show all
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

UnknownParsingError

Instance Attribute Summary

Attributes inherited from ResponseError

#body, #env, #error, #method, #status, #url

Instance Method Summary collapse

Methods inherited from ResponseError

#initialize

Constructor Details

This class inherits a constructor from Frenetic::ResponseError

Instance Method Details

#messageObject



214
215
216
# File 'lib/frenetic/errors.rb', line 214

def message
  "#{status} Error"
end