Sha256: fa8cc21e2d93f1bf0064d67ad2959eee8fd034729d9b5aa4eaf5b17a44566c27

Contents?: true

Size: 246 Bytes

Versions: 17

Compression:

Stored size: 246 Bytes

Contents

# encoding: utf-8

module Github #:nodoc
  # Raised when Github returns the HTTP status code 422
  module Error
    class UnprocessableEntity < GithubError
      def initialize(env)
        super(env)
      end
    end
  end # Error
end # Github

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
github_api-0.6.3 lib/github_api/error/unprocessable_entity.rb
github_api-0.6.2 lib/github_api/error/unprocessable_entity.rb
github_api-0.6.1 lib/github_api/error/unprocessable_entity.rb
github_api-0.6.0 lib/github_api/error/unprocessable_entity.rb
github_api-0.5.4 lib/github_api/error/unprocessable_entity.rb
github_api-0.5.3 lib/github_api/error/unprocessable_entity.rb
github_api-0.5.2 lib/github_api/error/unprocessable_entity.rb
github_api-0.5.1 lib/github_api/error/unprocessable_entity.rb
github_api-0.5.0 lib/github_api/error/unprocessable_entity.rb
github_api-0.5.0.rc1 lib/github_api/error/unprocessable_entity.rb
github_api-0.4.11 lib/github_api/error/unprocessable_entity.rb
github_api-0.4.10 lib/github_api/error/unprocessable_entity.rb
github_api-0.4.9 lib/github_api/error/unprocessable_entity.rb
github_api-0.4.8 lib/github_api/error/unprocessable_entity.rb
github_api-0.4.7 lib/github_api/error/unprocessable_entity.rb
github_api-0.4.6 lib/github_api/error/unprocessable_entity.rb
github_api-0.4.5 lib/github_api/error/unprocessable_entity.rb