Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto 8c8bbd94dc error.c: add new error handling API functions; ref #2837
- 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.
2023-02-03 14:28:24 +09:00
..
2022-11-25 16:17:29 +09:00
2022-11-19 17:11:56 +09:00
2022-12-04 22:45:36 +09:00
2022-11-19 17:11:56 +09:00
2022-11-19 17:11:56 +09:00
2022-11-19 17:11:56 +09:00
2022-12-04 22:45:36 +09:00
2016-05-09 17:19:47 +02:00