Extracted from Pike v7.6 release 17 at 2005-01-03.
pike.ida.liu.se
[Top]

Method error()


Method error

void error(string f, mixed ... args)

Description

Throws an error. A more readable version of the code throw( ({ sprintf(f, @args), backtrace() }) ).