Exception: BitBucket::Error::InternalServerError

Inherits:
BitBucketError
  • Object
show all
Defined in:
lib/bitbucket_rest_api/error/internal_server_error.rb

Instance Attribute Summary

Attributes inherited from BitBucketError

#response_headers, #response_message

Instance Method Summary collapse

Constructor Details

#initialize(env) ⇒ InternalServerError

Returns a new instance of InternalServerError.



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

def initialize(env)
  super(env)
end