Sha256: cfdfeaef5c9ffbbfb84c50510583e4d4c0e205ece40d11dccc65e1c0480d8b58

Contents?: true

Size: 213 Bytes

Versions: 18

Compression:

Stored size: 213 Bytes

Contents

module Hyperdrive
  module Errors
    class Unauthorized < HTTPError
      def initialize
        @message = 'The request requires user authentication.'
        @http_status_code = 401
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hyperdrive-0.0.25 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.24 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.23 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.22 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.21 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.20 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.19 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.18 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.17 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.16 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.15 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.14 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.13 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.12 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.11 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.10 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.9 lib/hyperdrive/errors/unauthorized.rb
hyperdrive-0.0.8 lib/hyperdrive/errors/unauthorized.rb