class RHC::CartridgeNotFoundException
Public Class Methods
new(message="Cartridge not found")
click to toggle source
Calls superclass method
RHC::Exception::new
# File lib/rhc/exceptions.rb, line 17 def initialize(message="Cartridge not found") super message, 154 end