Sha256: 4caef12f084ae37fb9ca27bec854233f9af1a89e6eee9c8b5e15b526a6107aab
Contents?: true
Size: 1.21 KB
Versions: 49
Compression:
Stored size: 1.21 KB
Contents
# frozen_string_literal: true class LHC::ClientError < LHC::Error end class LHC::BadRequest < LHC::ClientError end class LHC::Unauthorized < LHC::ClientError end class LHC::PaymentRequired < LHC::ClientError end class LHC::Forbidden < LHC::ClientError end class LHC::Forbidden < LHC::ClientError end class LHC::NotFound < LHC::ClientError end class LHC::MethodNotAllowed < LHC::ClientError end class LHC::NotAcceptable < LHC::ClientError end class LHC::ProxyAuthenticationRequired < LHC::ClientError end class LHC::RequestTimeout < LHC::ClientError end class LHC::Conflict < LHC::ClientError end class LHC::Gone < LHC::ClientError end class LHC::LengthRequired < LHC::ClientError end class LHC::PreconditionFailed < LHC::ClientError end class LHC::RequestEntityTooLarge < LHC::ClientError end class LHC::RequestUriToLong < LHC::ClientError end class LHC::UnsupportedMediaType < LHC::ClientError end class LHC::RequestedRangeNotSatisfiable < LHC::ClientError end class LHC::ExpectationFailed < LHC::ClientError end class LHC::UnprocessableEntity < LHC::ClientError end class LHC::Locked < LHC::ClientError end class LHC::FailedDependency < LHC::ClientError end class LHC::UpgradeRequired < LHC::ClientError end
Version data entries
49 entries across 49 versions & 1 rubygems