Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Phprest
Exception
NotFound
PHP Class Phprest\Exception\NotFound
Inheritance:
extends
Exception
Afficher le fichier
Open project: phprest/phprest
Méthodes publiques
Méthode
Description
__construct
(
integer
$code
,
array
$details
= [],
string
$message
= 'Not Found',
Exception
$previous
= null )
Method Details
__construct()
public
méthode
public
__construct
(
integer
$code
,
array
$details
= [],
string
$message
= 'Not Found',
Exception
$previous
= null )
$code
integer
$details
array
$message
string
$previous
Exception