Exception: ApiClient::Exceptions::InternalServerError
- 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
-
.initialize ⇒ InternalServerError
Initialize a new exception.
Class Method Details
.initialize ⇒ InternalServerError
Initialize a new exception.
7 8 9 |
# File 'lib/api-client/exceptions/internal_server_error.rb', line 7 def self.initialize super('Internal Server Error!') end |