Exception: Deltacloud::Exceptions::ProviderError
- Inherits:
-
DeltacloudException
- Object
- StandardError
- DeltacloudException
- Deltacloud::Exceptions::ProviderError
- 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) ⇒ ProviderError
constructor
A new instance of ProviderError.
Constructor Details
#initialize(e, message) ⇒ ProviderError
Returns a new instance of ProviderError.
90 91 92 93 |
# File 'lib/deltacloud/drivers/exceptions.rb', line 90 def initialize(e, ) ||= e. super(502, e.class.name, , e.backtrace) end |