类 IRB::Frame::FrameOverflow

公共类方法

new() 点击切换源代码
调用超类方法 Exception::new
# File lib/irb/frame.rb, line 10
def initialize
  super("frame overflow")
end