Sha256: 37f7dc89754e185a95b2410d898710f7e8bc98966f2c3ffb7ac6e1d79dfc84a4

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

require 'hackeroo/error/client_error'

module Hackeroo
  class Error
    # Raised when Hackeroo returns the HTTP status code 401
    class Unauthorized < Hackeroo::Error::ClientError
      HTTP_STATUS_CODE = 401
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hackeroo-0.1.0 lib/hackeroo/error/unauthorized.rb