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