Sha256: 22bc8c36c36194f4d52d220a230abf5450abf4ccd4109276f2d587f733a927c3
Contents?: true
Size: 456 Bytes
Versions: 49
Compression:
Stored size: 456 Bytes
Contents
class LHC::ServerError < LHC::Error end class LHC::InternalServerError < LHC::ServerError end class LHC::NotImplemented < LHC::ServerError end class LHC::BadGateway < LHC::ServerError end class LHC::ServiceUnavailable < LHC::ServerError end class LHC::GatewayTimeout < LHC::ServerError end class LHC::HttpVersionNotSupported < LHC::ServerError end class LHC::InsufficientStorage < LHC::ServerError end class LHC::NotExtended < LHC::ServerError end
Version data entries
49 entries across 49 versions & 1 rubygems