Exception: BitBucket::Error::Unauthorized

Inherits:
BitBucketError show all
Defined in:
lib/bitbucket_rest_api/error/unauthorized.rb

Instance Attribute Summary

Attributes inherited from BitBucketError

#response_headers, #response_message

Instance Method Summary collapse

Constructor Details

#initialize(env) ⇒ Unauthorized

Returns a new instance of Unauthorized.



7
8
9
# File 'lib/bitbucket_rest_api/error/unauthorized.rb', line 7

def initialize(env)
  super(env)
end