string HTML_Template_Sigma::errorMessage (
integer $code
, string $data
= null
)
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.
$code
error code
$data
additional data to insert into message
return error message
throws no exceptions thrown
This function can not be called statically.