Sha256: f8f29812b6292bea1aba815e5089afa83c274d0a43b9817456141f8113238891

Contents?: true

Size: 1.22 KB

Versions: 36

Compression:

Stored size: 1.22 KB

Contents

require File.dirname(__FILE__) + '/../error'

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

36 entries across 36 versions & 1 rubygems

Version Path
lhc-6.0.0 lib/lhc/errors/client_error.rb
lhc-5.1.1 lib/lhc/errors/client_error.rb
lhc-5.1.0 lib/lhc/errors/client_error.rb
lhc-5.0.3 lib/lhc/errors/client_error.rb
lhc-5.0.2 lib/lhc/errors/client_error.rb
lhc-5.0.1 lib/lhc/errors/client_error.rb
lhc-5.0.0 lib/lhc/errors/client_error.rb
lhc-4.0.2 lib/lhc/errors/client_error.rb
lhc-4.0.1 lib/lhc/errors/client_error.rb
lhc-4.0.0 lib/lhc/errors/client_error.rb
lhc-3.8.1 lib/lhc/errors/client_error.rb
lhc-3.8.0 lib/lhc/errors/client_error.rb
lhc-3.7.3 lib/lhc/errors/client_error.rb
lhc-3.7.2 lib/lhc/errors/client_error.rb
lhc-3.7.2.1 lib/lhc/errors/client_error.rb
lhc-3.7.1 lib/lhc/errors/client_error.rb
lhc-3.7.0 lib/lhc/errors/client_error.rb
lhc-3.7.0.pre1 lib/lhc/errors/client_error.rb
lhc-3.6.1 lib/lhc/errors/client_error.rb
lhc-3.6.0 lib/lhc/errors/client_error.rb