mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
d9a7d1a6b0
Document that this header is for mruby core internal use only and should not be included in user code or mrbgems. When MRB_USE_CXX_EXCEPTION is defined, C source files including this header fail to compile. Add example showing mrb_protect_error() as the recommended alternative. Co-authored-by: Claude <noreply@anthropic.com>