Exception: BitBucket::Error::NotFound

Inherits:
ServiceError show all
Defined in:
lib/bitbucket_rest_api/error/not_found.rb

Instance Attribute Summary

Attributes inherited from ServiceError

#http_headers

Attributes inherited from BitBucketError

#response_headers, #response_message

Instance Method Summary collapse

Methods inherited from ServiceError

#generate_message

Constructor Details

#initialize(env) ⇒ NotFound

Returns a new instance of NotFound.



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

def initialize(env)
  super(env)
end