Sha256: 88575880a8ec9cb8e5091fadc431910ebf8bfb5c17ff86a1fdb2300ab711134d
Contents?: true
Size: 418 Bytes
Versions: 15
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
15 entries across 15 versions & 1 rubygems