Exception: Marathon::Error::UnexpectedResponseError

Inherits:
MarathonError
  • Object
show all
Defined in:
lib/marathon/error.rb

Overview

Raised when there is an unexpected response code / body.

Instance Attribute Summary collapse

Instance Attribute Details

#responseObject

Returns the value of attribute response.



22
23
24
# File 'lib/marathon/error.rb', line 22

def response
  @response
end