mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Implement NoMethodError#args.
This commit is contained in:
@@ -19,6 +19,7 @@ void mrb_exc_print(mrb_state *mrb, struct RObject *exc);
|
||||
void mrb_print_backtrace(mrb_state *mrb);
|
||||
mrb_value mrb_exc_backtrace(mrb_state *mrb, mrb_value exc);
|
||||
mrb_value mrb_get_backtrace(mrb_state *mrb);
|
||||
mrb_noreturn void mrb_no_method_error(mrb_state *mrb, mrb_sym id, mrb_int argc, const mrb_value *argv, const char *fmt, ...);
|
||||
|
||||
/* declaration for fail method */
|
||||
mrb_value mrb_f_raise(mrb_state*, mrb_value);
|
||||
|
||||
Reference in New Issue
Block a user