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