make_exception 579 eval.c static VALUE make_exception(int argc, const VALUE *argv, int isstr); make_exception 585 eval.c mesg = make_exception(1, &mesg, FALSE); make_exception 594 eval.c mesg = make_exception(1, &mesg, FALSE); make_exception 727 eval.c return make_exception(argc, argv, TRUE); make_exception 300 ext/psych/psych_parser.c exception = make_exception(parser, path);