Exception: Deltacloud::Exceptions::ForbiddenError
- Inherits:
-
DeltacloudException
- Object
- StandardError
- DeltacloudException
- Deltacloud::Exceptions::ForbiddenError
- Defined in:
- lib/deltacloud/drivers/exceptions.rb
Instance Attribute Summary
Attributes inherited from DeltacloudException
#backtrace, #code, #message, #name, #request
Instance Method Summary collapse
-
#initialize(e, message = nil) ⇒ ForbiddenError
constructor
A new instance of ForbiddenError.
Constructor Details
#initialize(e, message = nil) ⇒ ForbiddenError
Returns a new instance of ForbiddenError.
48 49 50 51 |
# File 'lib/deltacloud/drivers/exceptions.rb', line 48 def initialize(e, =nil) ||= e. super(403, e.class.name, , e.backtrace) end |