Sha256: ac5b3a0ea0d8e8050a9875a70d0ae00ae49e9377c6ec26d980b06e983e40ca0d

Contents?: true

Size: 294 Bytes

Versions: 42

Compression:

Stored size: 294 Bytes

Contents

# encoding: utf-8

module Github #:nodoc
  # Raised when Github returns the HTTP status code 401
  module Error
    class Unauthorized < ServiceError
      http_status_code 401

      def initialize(response)
        super(response)
      end

    end # Unauthorized
  end # Error
end # Github

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
github_api-0.14.2 lib/github_api/error/unauthorized.rb
github_api-0.14.1 lib/github_api/error/unauthorized.rb
github_api-0.14.0 lib/github_api/error/unauthorized.rb
github_api-0.13.1 lib/github_api/error/unauthorized.rb
github_api-0.13.0 lib/github_api/error/unauthorized.rb
github_api-0.12.4 lib/github_api/error/unauthorized.rb
github_api-0.12.3 lib/github_api/error/unauthorized.rb
github_api-0.12.2 lib/github_api/error/unauthorized.rb
github_api-0.12.1 lib/github_api/error/unauthorized.rb
github_api-0.12.0 lib/github_api/error/unauthorized.rb
github_api-0.11.3 lib/github_api/error/unauthorized.rb
github_api-0.11.2 lib/github_api/error/unauthorized.rb
github_api-0.11.1 lib/github_api/error/unauthorized.rb
github_api-0.11.0 lib/github_api/error/unauthorized.rb
github_api-0.10.2 lib/github_api/error/unauthorized.rb
github_api-0.10.1 lib/github_api/error/unauthorized.rb
github_api-0.10.0 lib/github_api/error/unauthorized.rb
github_api-0.9.7 lib/github_api/error/unauthorized.rb
github_api-0.9.6 lib/github_api/error/unauthorized.rb
github_api-0.9.5 lib/github_api/error/unauthorized.rb