Comus Party
1.0.0
Application web de mini-jeux en ligne
Chargement...
Recherche...
Aucune correspondance
ControllerNotFoundException.php
Aller à la documentation de ce fichier.
1
<?php
9
10
namespace
ComusParty\App\Exceptions;
11
12
use Throwable;
13
18
class
ControllerNotFoundException
extends
NotFoundException
19
{
20
public
function
__construct
($message, $code = 500, 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\ControllerNotFoundException
Classe ControllerNotFoundException.
Definition
ControllerNotFoundException.php:19
ComusParty\App\Exceptions\ControllerNotFoundException\__toString
__toString()
Definition
ControllerNotFoundException.php:25
ComusParty\App\Exceptions\ControllerNotFoundException\__construct
__construct($message, $code=500, Throwable $previous=null)
Definition
ControllerNotFoundException.php:20
ComusParty\App\Exceptions\NotFoundException
Classe NotFoundException.
Definition
NotFoundException.php:20
src
App
Exceptions
ControllerNotFoundException.php
Généré le Mardi 18 Mars 2025 12:17:41 pour Comus Party par
1.13.2