class SyntaxTree::YARV::VM::ThrownError
def initialize(value, backtrace)
def initialize(value, backtrace) super("This error was thrown by the Ruby VM.") @value = value set_backtrace(backtrace) end
def initialize(value, backtrace) super("This error was thrown by the Ruby VM.") @value = value set_backtrace(backtrace) end