Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Phprest
Exception
NotFound
PHP Class Phprest\Exception\NotFound
Inheritance:
extends
Exception
Datei anzeigen
Open project: phprest/phprest
Public Methods
Method
Description
__construct
(
integer
$code
,
array
$details
= [],
string
$message
= 'Not Found',
Exception
$previous
= null )
Method Details
__construct()
public
method
public
__construct
(
integer
$code
,
array
$details
= [],
string
$message
= 'Not Found',
Exception
$previous
= null )
$code
integer
$details
array
$message
string
$previous
Exception