|
void | rb_report_bug_valist (VALUE file, int line, const char *fmt, va_list args) |
|
void | rb_async_bug_errno (const char *, int) |
|
const char * | rb_builtin_type_name (int t) |
|
const char * | rb_builtin_class_name (VALUE x) |
|
void | rb_warn_deprecated (const char *fmt, const char *suggest,...) |
|
void | rb_warn_deprecated_to_remove (const char *fmt, const char *removal,...) |
|
VALUE | rb_syntax_error_append (VALUE, VALUE, int, int, rb_encoding *, const char *, va_list) |
|
void | rb_enc_warn (rb_encoding *enc, const char *fmt,...) |
|
void | rb_sys_enc_warning (rb_encoding *enc, const char *fmt,...) |
|
void | rb_syserr_enc_warning (int err, rb_encoding *enc, const char *fmt,...) |
|
rb_warning_category_t | rb_warning_category_from_name (VALUE category) |
|
bool | rb_warning_category_enabled_p (rb_warning_category_t category) |
|
VALUE | rb_name_err_new (VALUE mesg, VALUE recv, VALUE method) |
|
VALUE | rb_nomethod_err_new (VALUE mesg, VALUE recv, VALUE method, VALUE args, int priv) |
|
VALUE | rb_key_err_new (VALUE mesg, VALUE recv, VALUE name) |
|
VALUE | rb_warning_string (const char *fmt,...) |
|
void | rb_vraise (VALUE, const char *, va_list) |
|
int | rb_bug_reporter_add (void(*func)(FILE *, void *), void *data) |
|
Internal header for Exception.
- Author
- Ruby developers ruby-.nosp@m.core.nosp@m.@ruby.nosp@m.-lan.nosp@m.g.org
- Copyright
- This file is a part of the programming language Ruby. Permission is hereby granted, to either redistribute and/or modify this file, provided that the conditions mentioned in the file COPYING are met. Consult the file for details.
Definition in file error.h.