Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

Method error()


Method error

void error(sprintf_format f, sprintf_args ... args)

Description

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