class IRB::NoSuchJob

def initialize(val)

def initialize(val)
  super("No such job(#{val}).")
end