Exception: Deltacloud::Exceptions::BackendError
- Inherits:
-
DeltacloudException
- Object
- StandardError
- DeltacloudException
- Deltacloud::Exceptions::BackendError
- 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) ⇒ BackendError
constructor
A new instance of BackendError.
Constructor Details
#initialize(e, message = nil) ⇒ BackendError
Returns a new instance of BackendError.
83 84 85 86 |
# File 'lib/deltacloud/drivers/exceptions.rb', line 83 def initialize(e, =nil) ||= e. super(500, e.class.name, , e.backtrace, ) end |