Exception: IRB::Frame::FrameOverflow

Inherits:
StandardError
  • Object
show all
Defined in:
lib/irb/frame.rb

Instance Method Summary collapse

Constructor Details

#initializeFrameOverflow

Returns a new instance of FrameOverflow.



16
17
18
# File 'lib/irb/frame.rb', line 16

def initialize
  super("frame overflow")
end