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