Extracted from Pike v7.6 release 93 at 2006-10-04.
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() }) ).