class ApiClient::Exceptions::InternalServerError

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

Public Class Methods

initialize() click to toggle source

Initialize a new exception.

@return [InternalServerError] a new exception.

# File lib/api-client/exceptions/internal_server_error.rb, line 7
def self.initialize
  super('Internal Server Error!')
end