Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | handleException ($error) |
static | render ($error) |
Fonctions membres protégées statiques | |
static | isException ($error) |
static | logException ($error) |
Displays the custom error page when an uncaught exception occurs.
|
static |
Handles exceptions: logs errors and renders error page.
\Exception | \Throwable | $error | An Exception or Throwable (PHP 7+) object for which to render the error page. |
|
staticprotected |
Checks if given error belong to PHP exception class ( for PHP 7+, for PHP 5-).
mixed | $error | Any error value. |
|
staticprotected |
Logs exception, catching all possible errors during logging.
\Exception | \Throwable | $error | An Exception or Throwable (PHP 7+) object to get error message from. |
Références Log\add(), et Log\CRITICAL.
|
static |
Render the error page based on an exception.
\Exception | \Throwable | $error | An Exception or Throwable (PHP 7+) object for which to render the error page. |
Références $app, $attributes, $data, $document, Factory\$language, $message, $template, Text\_(), Factory\getApplication(), Document\getInstance(), Factory\getLanguage(), JDEBUG, et JPATH_THEMES.
Référencé par JError\customErrorPage().