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