Exception: RHC::CartridgeNotScalableException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Cartridge is not scalable") ⇒ CartridgeNotScalableException
constructor
A new instance of CartridgeNotScalableException.
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(="Cartridge is not scalable") super end |