Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method MasterObject()->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() }) ).