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