Exception: ApiClient::Exceptions::InternalServerError

Inherits:
Generic
  • Object
show all
Defined in:
lib/api-client/exceptions/internal_server_error.rb

Overview

Exception for a Internal Server Error Response ( Status Code : 500 ). The server encountered an unexpected condition which prevented it from fulfilling the request.

Class Method Summary collapse

Class Method Details

.initializeInternalServerError

Initialize a new exception.

Returns:



7
8
9
# File 'lib/api-client/exceptions/internal_server_error.rb', line 7

def self.initialize
  super('Internal Server Error!')
end