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
bitbucket_rest_api-0.1.0 lib/bitbucket_rest_api/error/unprocessable_entity.rb