class IRB::Notifier::ErrUndefinedNotifier
Public Class Methods
Source
# File lib/irb/notifier.rb, line 13 def initialize(val) super("undefined notifier level: #{val} is specified") end
Calls superclass method
Exception::new