Extracted from Pike v7.6 release 9 at 2004-07-29.
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() }) ).