errorMessage()

errorMessage() – Returns a textual error message for an error code

Synopsis

require_once 'HTML/Template/Sigma.php';

string HTML_Template_Sigma::errorMessage ( integer $code , string $data = null )

Description

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.

Parameter

integer $code

error code

string $data

additional data to insert into message

Return value

return error message

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Clears the variables (Previous) Returns a block with all replacements done. (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.