Sha256: 1f03edadab3aa493facd25e31a1256371d205f60def903247d0882765d00dea3

Contents?: true

Size: 400 Bytes

Versions: 6

Compression:

Stored size: 400 Bytes

Contents

# typed: ignore

# Copyright (c) 2015 Sqreen. All Rights Reserved.
# Please refer to our terms for more information: https://www.sqreen.com/terms.html

require 'sqreen/kit/http_client/unexpected_status_error'

module Sqreen
  module Kit
    class HttpClient
      class AuthenticationError < UnexpectedStatusError
        def initialize(*args)
          super
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sqreen-kit-0.2.4 lib/sqreen/kit/http_client/authentication_error.rb
sqreen-kit-0.2.3 lib/sqreen/kit/http_client/authentication_error.rb
sqreen-kit-0.2.2 lib/sqreen/kit/http_client/authentication_error.rb
sqreen-kit-0.2.1 lib/sqreen/kit/http_client/authentication_error.rb
sqreen-kit-0.2.0 lib/sqreen/kit/http_client/authentication_error.rb
sqreen-kit-0.1.1 lib/sqreen/kit/http_client/authentication_error.rb