make_exception: early return
The rb_exc_new3() result is already ready to be returned. No need to fall through the switch.
make_exception: early return
The rb_exc_new3() result is already ready to be returned. No need to
fall through the switch.