Exception: RHC::CartridgeNotFoundException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Cartridge not found") ⇒ CartridgeNotFoundException
constructor
A new instance of CartridgeNotFoundException.
Constructor Details
#initialize(message = "Cartridge not found") ⇒ CartridgeNotFoundException
Returns a new instance of CartridgeNotFoundException.
17 18 19 |
# File 'lib/rhc/exceptions.rb', line 17 def initialize(="Cartridge not found") super , 154 end |