Comus Party
1.0.0
Application web de mini-jeux en ligne
Chargement...
Recherche...
Aucune correspondance
RouteNotFoundException.php
Aller à la documentation de ce fichier.
1
<?php
9
10
namespace
ComusParty\App\Exceptions;
11
12
use Throwable;
13
18
class
RouteNotFoundException
extends
NotFoundException
19
{
20
public
function
__construct
($message, $code = 404, Throwable $previous =
null
)
21
{
22
parent::__construct($message, $code, $previous);
23
}
24
25
public
function
__toString
()
26
{
27
return
__CLASS__ .
": [$this->code]: $this->message\n"
;
28
}
29
}
ComusParty\App\Exceptions\NotFoundException
Classe NotFoundException.
Definition
NotFoundException.php:20
ComusParty\App\Exceptions\RouteNotFoundException
Classe RouteNotFoundException.
Definition
RouteNotFoundException.php:19
ComusParty\App\Exceptions\RouteNotFoundException\__toString
__toString()
Definition
RouteNotFoundException.php:25
ComusParty\App\Exceptions\RouteNotFoundException\__construct
__construct($message, $code=404, Throwable $previous=null)
Definition
RouteNotFoundException.php:20
src
App
Exceptions
RouteNotFoundException.php
Généré le Mardi 18 Mars 2025 12:17:41 pour Comus Party par
1.13.2