Sha256: 99fe015dfbe66a03df894601e504b141525fc962c020da4c9f496821b03b59bf

Contents?: true

Size: 296 Bytes

Versions: 42

Compression:

Stored size: 296 Bytes

Contents

# encoding: utf-8

module Github #:nodoc
  # Raised when GitHub returns the HTTP status code 406
  module Error
    class NotAcceptable < ServiceError
      http_status_code 406

      def initialize(response)
        super(response)
      end

    end # NotAcceptable
  end # Error
end # Github

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
github_api-0.6.5 lib/github_api/error/not_acceptable.rb
github_api-0.6.4 lib/github_api/error/not_acceptable.rb