Exception: IRB::Notifier::ErrUnrecognizedLevel
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) ⇒ ErrUnrecognizedLevel constructor
Constructor Details
.new(val) ⇒ ErrUnrecognizedLevel
# File 'lib/irb/notifier.rb', line 24
def initialize(val) super("unrecognized notifier level: #{val} is specified") end