Exception: RHC::CartridgeNotScalableException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "Cartridge is not scalable") ⇒ CartridgeNotScalableException

Returns a new instance of CartridgeNotScalableException.



142
143
144
# File 'lib/rhc/exceptions.rb', line 142

def initialize(message="Cartridge is not scalable")
  super message
end