mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
8c8bbd94dc
- mrb_clear_error(): clear error status of mrb_state - mrb_check_error(): check if error caused in the previous API Note that `mrb_check_error` clears error status, so if you call `mrb_check_error` more than once, latter calls will return FALSE.