Sha256: 33a270373abf75cefa153a3ace954cef1c8234734d4d70106b9a7d487b9bcc52

Contents?: true

Size: 258 Bytes

Versions: 21

Compression:

Stored size: 258 Bytes

Contents

# encoding: utf-8

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

Version data entries

21 entries across 21 versions & 5 rubygems

Version Path
codenamev_bitbucket_api-0.4.1 lib/bitbucket_rest_api/error/unprocessable_entity.rb
codenamev_bitbucket_api-0.4.0 lib/bitbucket_rest_api/error/unprocessable_entity.rb
zz_bitbucket_rest_api-0.1.11 lib/bitbucket_rest_api/error/unprocessable_entity.rb
zz_bitbucket_rest_api-0.1.10 lib/bitbucket_rest_api/error/unprocessable_entity.rb
zz_bitbucket_rest_api-0.1.9 lib/bitbucket_rest_api/error/unprocessable_entity.rb
zz_bitbucket_rest_api-0.1.8 lib/bitbucket_rest_api/error/unprocessable_entity.rb
bitbucket_rest_api2-0.9.5 lib/bitbucket_rest_api/error/unprocessable_entity.rb
bitbucket_rest_api2-0.9.1 lib/bitbucket_rest_api/error/unprocessable_entity.rb
bitbucket_rest_api2-0.2.2 lib/bitbucket_rest_api/error/unprocessable_entity.rb
bitbucket_rest_api2-0.2.1 lib/bitbucket_rest_api/error/unprocessable_entity.rb
bitbucket_rest_api2-0.2.0 lib/bitbucket_rest_api/error/unprocessable_entity.rb
bitbucket_rest_api-0.1.7 lib/bitbucket_rest_api/error/unprocessable_entity.rb
reenhanced_bitbucket_api-0.3.2 lib/bitbucket_rest_api/error/unprocessable_entity.rb
reenhanced_bitbucket_api-0.3.1 lib/bitbucket_rest_api/error/unprocessable_entity.rb
reenhanced_bitbucket_api-0.3.0 lib/bitbucket_rest_api/error/unprocessable_entity.rb
reenhanced_bitbucket_api-0.1.6 lib/bitbucket_rest_api/error/unprocessable_entity.rb
bitbucket_rest_api-0.1.5 lib/bitbucket_rest_api/error/unprocessable_entity.rb
bitbucket_rest_api-0.1.4 lib/bitbucket_rest_api/error/unprocessable_entity.rb
bitbucket_rest_api-0.1.2 lib/bitbucket_rest_api/error/unprocessable_entity.rb
bitbucket_rest_api-0.1.1 lib/bitbucket_rest_api/error/unprocessable_entity.rb