mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4795b7e3ca
Add arg_error() helper function to replace goto statements used for error handling. This function is marked with mrb_noreturn attribute since it calls mrb_raise which never returns. Co-authored-by: Claude <noreply@anthropic.com>