class IRB::Notifier::ErrUndefinedNotifier

def initialize(val)

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