Sha256: dce0cc36b5caadfa577be3bca98f44549906ebeb061dcdf015d6f6af0dcad111

Contents?: true

Size: 251 Bytes

Versions: 21

Compression:

Stored size: 251 Bytes

Contents

# encoding: utf-8

module BitBucket #:nodoc
  # Raised when BitBucket returns the HTTP status code 401
  module Error
    class Unauthorized < 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/unauthorized.rb