Exception: Deltacloud::Exceptions::NotSupported

Inherits:
DeltacloudException show all
Defined in:
lib/deltacloud/drivers/exceptions.rb

Instance Attribute Summary

Attributes inherited from DeltacloudException

#backtrace, #code, #message, #name, #request

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ NotSupported

Returns a new instance of NotSupported.



118
119
120
# File 'lib/deltacloud/drivers/exceptions.rb', line 118

def initialize(message)
  super(501, self.class.name, message, self.backtrace)
end