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