Sha256: 0a4be49fef9f0373ace0351373570e7d6a4ba5ed849204a2a8e71b67d83f1e3c
Contents?: true
Size: 424 Bytes
Versions: 19
Compression:
Stored size: 424 Bytes
Contents
# Exception for a Bad Gateway Response ( Status Code : 502 ). # The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request. class ApiClient::Exceptions::BadGateway < ApiClient::Exceptions::Generic # Initialize a new exception. # # @return [BadGateway] a new exception. def self.initialize super("Bad Gateway!") end end
Version data entries
19 entries across 19 versions & 1 rubygems