Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | handleUserDeprecatedErrors (int $errorNumber, string $errorMessage, string $errorFile, int $errorLine) |
static | handleException (\Throwable $error) |
Fonctions membres protégées statiques | |
static | isException ($error) |
static | logException (\Throwable $error) |
Displays the custom error page when an uncaught exception occurs.
|
static |
|
static |
Handles an error triggered with the E_USER_DEPRECATED level.
integer | $errorNumber | The level of the raised error, represented by the E_* constants. |
string | $errorMessage | The error message. |
string | $errorFile | The file the error was triggered from. |
integer | $errorLine | The line number the error was triggered from. |
Références Log\add(), JDEBUG, et Log\WARNING.
|
staticprotected |
|
staticprotected |
Logs exception, catching all possible errors during logging.
Références Log\add(), et Log\CRITICAL.