class IRB::UndefinedPromptMode

def initialize(val)

def initialize(val)
  super("Undefined prompt mode(#{val}).")
end