Exception: Deltacloud::Exceptions::NotSupported
- Inherits:
-
DeltacloudException
- Object
- StandardError
- DeltacloudException
- Deltacloud::Exceptions::NotSupported
- Defined in:
- lib/deltacloud/drivers/exceptions.rb
Instance Attribute Summary
Attributes inherited from DeltacloudException
#backtrace, #code, #message, #name, #request
Instance Method Summary collapse
-
#initialize(message) ⇒ NotSupported
constructor
A new instance of NotSupported.
Constructor Details
#initialize(message) ⇒ NotSupported
Returns a new instance of NotSupported.
118 119 120 |
# File 'lib/deltacloud/drivers/exceptions.rb', line 118 def initialize() super(501, self.class.name, , self.backtrace) end |