rb_make_exception 670 eval.c rb_raise_jump(rb_make_exception(argc, argv), *cause); rb_make_exception 261 eval_intern.h VALUE rb_make_exception(int argc, const VALUE *argv); rb_make_exception 12779 ext/ripper/ripper.c rb_exc_raise(rb_make_exception(3, excargs)); rb_make_exception 7030 ext/ripper/ripper.y rb_exc_raise(rb_make_exception(3, excargs)); rb_make_exception 971 include/ruby/intern.h VALUE rb_make_exception(int, const VALUE*); rb_make_exception 12703 parse.c rb_exc_raise(rb_make_exception(3, excargs)); rb_make_exception 7030 parse.y rb_exc_raise(rb_make_exception(3, excargs)); rb_make_exception 2098 thread.c exc = rb_make_exception(argc, argv);