Exception: IRB::Frame::FrameOverflow
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
StandardError
|
|
Instance Chain:
self,
StandardError
|
|
Inherits: |
StandardError
|
Defined in: | lib/irb/frame.rb |
Class Method Summary
- .new ⇒ FrameOverflow constructor
Constructor Details
.new ⇒ FrameOverflow
# File 'lib/irb/frame.rb', line 16
def initialize super("frame overflow") end