Exception: Assembla::Error::InternalServerError

Inherits:
ServiceError show all
Defined in:
lib/assembla_api/error/internal_server_error.rb

Constant Summary

Constants inherited from ServiceError

ServiceError::MIN_BODY_LENGTH

Instance Attribute Summary

Attributes inherited from ServiceError

#body, #http_headers, #status

Attributes inherited from AssemblaError

#response_headers, #response_message

Instance Method Summary collapse

Methods inherited from ServiceError

#decode_body, errors, http_status_code, #parse_body, #parse_response

Methods included from Jsonable

#decode

Methods inherited from AssemblaError

#backtrace

Constructor Details

#initialize(response) ⇒ InternalServerError

Returns a new instance of InternalServerError.



9
10
11
# File 'lib/assembla_api/error/internal_server_error.rb', line 9

def initialize(response)
  super(response)
end