require_once 'HTML/Template/Sigma.php';
string HTML_Template_Sigma::errorMessage (integer $code [, string $data = NULL])
string HTML_Template_Sigma::errorMessage
Returns a textual error message for an error code. This is usually called when throwing a error, there is seldom need to call this method directly.
error code
additional data to insert into message
return error message
throws no exceptions thrown
This function can not be called statically.