Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Error
+ Граф наследования:Error:

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

 __construct ($message, $code=0, $customData=null)
 
 getCode ()
 
 getMessage ()
 
 getCustomData ()
 
 __toString ()
 
 jsonSerialize ()
 

Открытые статические члены

static createFromThrowable (Throwable $exception)
 

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

 $code
 
 $message
 
 $customData
 

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

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

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

◆ __construct()

__construct ( $message,
$code = 0,
$customData = null )

Creates a new Error.

Аргументы
string$messageMessage of the error.
int | string$codeCode of the error.
mixed | null$customDataData typically of key/value pairs that provide additional user-defined information about the error.

Переопределяется в Error.

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

Методы

◆ __toString()

__toString ( )

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

◆ createFromThrowable()

static createFromThrowable ( Throwable $exception)
static
Аргументы
Throwable$exception
Возвращает
static

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

◆ getCode()

getCode ( )

Returns the code of the error.

Возвращает
int|string

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

◆ getCustomData()

getCustomData ( )
Возвращает
mixed|null

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

◆ getMessage()

getMessage ( )

Returns the message of the error.

Возвращает
string

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

◆ jsonSerialize()

jsonSerialize ( )

Specify data which should be serialized to JSON mixed data which can be serialized by json_encode, which is a value of any type other than a resource. 5.4.0

Переопределяется в UploaderError.

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

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

◆ $code

$code
protected

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

◆ $customData

$customData
protected

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

◆ $message

$message
protected

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