Sha256: 92710d96100c0ef30c09597e7698bb177ba4c2d6e3b431a2d07ac63961664010
Contents?: true
Size: 424 Bytes
Versions: 15
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
15 entries across 15 versions & 1 rubygems