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