[Top]
master
|
Method master()->runtime_warning()
- Method
runtime_warning
-
void runtime_warning(string where, string what, mixed ... args)
- Description
-
Called for every runtime warning. The first argument identifies
where the warning comes from, the second identifies the specific
message, and the rest depends on that. See code below for currently
implemented warnings.
|