class RHC::CartridgeNotFoundException

Public Class Methods

new(message="Cartridge not found") click to toggle source
# File lib/rhc/exceptions.rb, line 17
def initialize(message="Cartridge not found")
  super message, 154
end