class SDM::NotFoundError
NotFoundError is used when an entity does not exist in the system
def initialize(msg)
def initialize(msg) super(msg, 5) end
NotFoundError is used when an entity does not exist in the system
def initialize(msg) super(msg, 5) end