Exception: IRB::Notifier::ErrUndefinedNotifier
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
StandardError
|
|
Instance Chain:
self,
StandardError
|
|
Inherits: |
StandardError
|
Defined in: | lib/irb/notifier.rb |
Class Method Summary
- .new(val) ⇒ ErrUndefinedNotifier constructor
Constructor Details
.new(val) ⇒ ErrUndefinedNotifier
# File 'lib/irb/notifier.rb', line 13
def initialize(val) super("undefined notifier level: #{val} is specified") end