error(3) LPC Library Functions error(3)
NNAAMMEE
error - generate a run-time error
SSYYNNOOPPSSIISS
void error( string err );
DDEESSCCRRIIPPTTIIOONN
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.
SSEEEE AALLSSOO
catch(3), throw(3), error_handler(4)
MudOS 5 Sep 1994 1