Sha256: 2071c4a1d04193d3e6950c6e08adc8df62f09857899f2c27e8f488f46f8554e9
Contents?: true
Size: 418 Bytes
Versions: 19
Compression:
Stored size: 418 Bytes
Contents
# Exception for a Service Unavailable Response ( Status Code : 503 ). # The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. class ApiClient::Exceptions::ServiceUnavailable < ApiClient::Exceptions::Generic # Initialize a new exception. # # @return [ServiceUnavailable] a new exception. def self.initialize super("Service Unavailable!") end end
Version data entries
19 entries across 19 versions & 1 rubygems