Sha256: 493adf82a9beeb198d7c476d191bb7e7fae2f09b9622e3226f844adfbc2c0155
Contents?: true
Size: 405 Bytes
Versions: 15
Compression:
Stored size: 405 Bytes
Contents
# Exception for a Internal Server Error Response ( Status Code : 500 ). # The server encountered an unexpected condition which prevented it from fulfilling the request. class ApiClient::Exceptions::InternalServerError < ApiClient::Exceptions::Generic # Initialize a new exception. # # @return [InternalServerError] a new exception. def self.initialize super('Internal Server Error!') end end
Version data entries
15 entries across 15 versions & 1 rubygems