class MarbleApiClient::Responses::ServerError

Represents an HTTP 500 response. This will encompass all errors in the 500-599 range.

Public Class Methods

new(response) click to toggle source
# File lib/marble_api_client/responses/server_error.rb, line 19
def initialize(response)
  @response = response
end