Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe InvalidRouteExceptionHandler
+ Graphe d'héritage de InvalidRouteExceptionHandler:

Fonctions membres publiques

 manages (Exception $e)
 
 handle (Exception $e)
 

Description détaillée

Handler for routing errors that should give a 404

Depuis
4.0.0

Documentation des fonctions membres

◆ handle()

handle ( Exception  $e)

Handle the provided exception.

Paramètres
Exception$eThe exception being handled
Renvoie
Depuis
4.0.0

Implémente ExceptionHandlerInterface.

◆ manages()

manages ( Exception  $e)

If the exception handler is able to format a response for the provided exception, then the implementation should return true.

Paramètres
\Exception$eThe exception to be handled
Renvoie
boolean
Depuis
4.0.0

Implémente ExceptionHandlerInterface.


La documentation de cette classe a été générée à partir du fichier suivant :