diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-03 16:34:21 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-03 16:34:21 +0900 |
| commit | 427ea605e7408fd2ed3b5c97d701c660b8028788 (patch) | |
| tree | 1914f4d72a56d6ba8969879d3bfcadb1bbb71907 /include | |
| parent | b81f0d0ffb7db46507f7b79ccb72cc94428555ce (diff) | |
| parent | 037a1d70880ecdcfd2d55eb10c234de1001eb654 (diff) | |
| download | mruby-427ea605e7408fd2ed3b5c97d701c660b8028788.tar.gz mruby-427ea605e7408fd2ed3b5c97d701c660b8028788.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/error.h b/include/mruby/error.h index 7ae2d4348..4d37f1701 100644 --- a/include/mruby/error.h +++ b/include/mruby/error.h @@ -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); |
