Class to signal syntax errors in translatable pages. More...
Public Member Functions | |
__construct (array $msg) | |
getMsg () | |
Protected Attributes | |
$msg = null |
Class to signal syntax errors in translatable pages.
Definition at line 16 of file TPException.php.
TPException::__construct | ( | array $ | msg | ) |
array | $msg Message key with parameters |
Definition at line 23 of file TPException.php.
TPException::getMsg | ( | ) |
Definition at line 32 of file TPException.php.
Referenced by PageTranslationHooks::tpSyntaxCheck().
TPException::$msg = null [protected] |
Definition at line 17 of file TPException.php.