class IRB::Notifier::ErrUnrecognizedLevel

def initialize(val)

def initialize(val)
  super("unrecognized notifier level: #{val} is specified")
end