Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Phprest
Exception
InternalServerError
PHP Класс Phprest\Exception\InternalServerError
Наследование:
extends
Exception
Показать файл
Открыть проект
Открытые методы
Метод
Описание
__construct
(
integer
$code
,
array
$details
= [],
string
$message
= 'Internal Server Error',
Exception
$previous
= null )
Описание методов
__construct()
публичный
Метод
public
__construct
(
integer
$code
,
array
$details
= [],
string
$message
= 'Internal Server Error',
Exception
$previous
= null )
$code
integer
$details
array
$message
string
$previous
Exception