Exception: Marathon::Error::UnexpectedResponseError
- Inherits:
-
MarathonError
- Object
- StandardError
- MarathonError
- Marathon::Error::UnexpectedResponseError
- Defined in:
- lib/marathon/error.rb
Overview
Raised when there is an unexpected response code / body.
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
22 23 24 |
# File 'lib/marathon/error.rb', line 22 def response @response end |