class IRB::Frame::FrameUnderflow

Public Class Methods

Calls superclass method Exception::new
# File lib/irb/frame.rb, line 21
def initialize
  super("frame underflow")
end