Exception: BitBucket::Error::Forbidden
- Inherits:
-
BitBucketError
- Object
- StandardError
- BitBucketError
- BitBucket::Error::Forbidden
- Defined in:
- lib/bitbucket_rest_api/error/forbidden.rb
Instance Attribute Summary
Attributes inherited from BitBucketError
#response_headers, #response_message
Instance Method Summary collapse
-
#initialize(env) ⇒ Forbidden
constructor
A new instance of Forbidden.
Constructor Details
#initialize(env) ⇒ Forbidden
Returns a new instance of Forbidden.
6 7 8 |
# File 'lib/bitbucket_rest_api/error/forbidden.rb', line 6 def initialize(env) super(env) end |