Sha256: 369480a0fa4ce96e50c00140c692460e20f5bf122f4854d0d8f4e8c33dbd1b90

Contents?: true

Size: 285 Bytes

Versions: 42

Compression:

Stored size: 285 Bytes

Contents

# encoding: utf-8

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

      def initialize(response)
        super(response)
      end
    end
  end # Error
end # Github

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
github_api-0.9.4 lib/github_api/error/unprocessable_entity.rb
github_api-0.9.3 lib/github_api/error/unprocessable_entity.rb
github_api-0.9.2 lib/github_api/error/unprocessable_entity.rb
github_api-0.9.1 lib/github_api/error/unprocessable_entity.rb
github_api-0.9.0 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.11 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.10 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.9 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.8 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.7 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.6 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.5 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.4 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.3 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.2 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.1 lib/github_api/error/unprocessable_entity.rb
github_api-0.8.0 lib/github_api/error/unprocessable_entity.rb
github_api-0.7.2 lib/github_api/error/unprocessable_entity.rb
github_api-0.7.1 lib/github_api/error/unprocessable_entity.rb
github_api-0.7.0 lib/github_api/error/unprocessable_entity.rb