mud/lib/doc/efun/all/error
2020-09-06 05:43:07 -07:00

15 lines
332 B
Plaintext

error - generate a run-time error
void error( string err );
A run-time error 'err' will be generated when error() is called. Execution
of the current thread will halt, and the trace will be recorded to the
debug log.
See also:
catch,
throw,
error_handler
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere