Comus Party
1.0.0
Application web de mini-jeux en ligne
Chargement...
Recherche...
Aucune correspondance
GameSettingsException.php
Aller à la documentation de ce fichier.
1
<?php
10
11
namespace
ComusParty\App\Exceptions;
12
13
use Exception;
14
19
class
GameSettingsException
extends
Exception
20
{
27
public
function
__construct
(
string
$message =
""
,
int
$code = 500, Exception $previous =
null
)
28
{
29
parent::__construct($message, $code, $previous);
30
}
31
36
public
function
__toString
(): string
37
{
38
return
__CLASS__ .
": [{$this->code}]: {$this->message}\n"
;
39
}
40
}
ComusParty\App\Exceptions\GameSettingsException
Classe GameSettingsException.
Definition
GameSettingsException.php:20
ComusParty\App\Exceptions\GameSettingsException\__toString
__toString()
Méthode permettant d'afficher le message d'erreur.
Definition
GameSettingsException.php:36
ComusParty\App\Exceptions\GameSettingsException\__construct
__construct(string $message="", int $code=500, Exception $previous=null)
Constructeur de la classe GameSettingsException.
Definition
GameSettingsException.php:27
src
App
Exceptions
GameSettingsException.php
Généré le Mardi 18 Mars 2025 12:17:41 pour Comus Party par
1.13.2