mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
88a11d81b0
The comment says that if `mrb_parse_nstring()` returns `NULL`, it is only out of memory. I'm worried about compatibility if I set the exception class to `NoMemoryError`, so it's still `RuntimeError`.