Skip to main content

error

Discworld driver help

error

Name

error() - generate a run-time error

Synopsis

void error( string err );

Description

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 a debug log.

See also

catch(), throw(), error_handler()