Exception: RHC::CartridgeNotFoundException

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 not found") ⇒ CartridgeNotFoundException

Returns a new instance of CartridgeNotFoundException.



17
18
19
# File 'lib/rhc/exceptions.rb', line 17

def initialize(message="Cartridge not found")
  super message, 154
end