Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ErrorInformant

Открытые члены

 __construct (?string $message, ?int $code, ?string $moreInfo, int $httpStatus)
 
 getError ()
 

Защищенные члены

 getErrorMessage ()
 

Защищенные данные

int $code
 
int $httpStatus
 
string $message
 
string $moreInfo
 

Подробное описание

См. определение в файле ErrorInformant.php строка 8

Конструктор(ы)

◆ __construct()

__construct ( ?string $message,
?int $code,
?string $moreInfo,
int $httpStatus )
Аргументы
int | null$code
string | null$message
string | null$moreInfo

См. определение в файле ErrorInformant.php строка 20

Методы

◆ getError()

getError ( )

См. определение в файле ErrorInformant.php строка 28

◆ getErrorMessage()

getErrorMessage ( )
protected

См. определение в файле ErrorInformant.php строка 33

Данные класса

◆ $code

int $code
protected

См. определение в файле ErrorInformant.php строка 10

◆ $httpStatus

int $httpStatus
protected

См. определение в файле ErrorInformant.php строка 11

◆ $message

string $message
protected

См. определение в файле ErrorInformant.php строка 12

◆ $moreInfo

string $moreInfo
protected

См. определение в файле ErrorInformant.php строка 13