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