Exception: IRB::Frame::FrameUnderflow
| 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 ⇒ FrameUnderflow constructor
Constructor Details
    .new  ⇒ FrameUnderflow 
  
# File 'lib/irb/frame.rb', line 15
def initialize super("frame underflow") end