Bitrix-D7
20.5.0
|
Открытые члены | |
__construct ($message, $code=0, $customData=null) | |
Creates a new Error. Подробнее... | |
getCode () | |
Returns the code of the error. Подробнее... | |
getMessage () | |
Returns the message of the error. Подробнее... | |
getCustomData () | |
__toString () | |
jsonSerialize () | |
Specify data which should be serialized to JSON http://php.net/manual/en/jsonserializable.jsonserialize.php. Подробнее... | |
Защищенные данные | |
$code | |
$message | |
$customData | |
См. определение в файле main/lib/error.php строка 11
__construct | ( | $message, | |
$code = 0 , |
|||
$customData = null |
|||
) |
Creates a new Error.
string | $message | Message of the error. |
int | string | $code | Code of the error. |
mixed | null | $customData | Data typically of key/value pairs that provide additional user-defined information about the error. |
Переопределяется в Error.
См. определение в файле main/lib/error.php строка 31
__toString | ( | ) |
См. определение в файле main/lib/error.php строка 64
getCode | ( | ) |
Returns the code of the error.
См. определение в файле main/lib/error.php строка 42
getCustomData | ( | ) |
См. определение в файле main/lib/error.php строка 59
getMessage | ( | ) |
Returns the message of the error.
См. определение в файле main/lib/error.php строка 51
jsonSerialize | ( | ) |
Specify data which should be serialized to JSON http://php.net/manual/en/jsonserializable.jsonserialize.php.
См. определение в файле main/lib/error.php строка 76
|
protected |
См. определение в файле main/lib/error.php строка 14
|
protected |
См. определение в файле main/lib/error.php строка 21
|
protected |
См. определение в файле main/lib/error.php строка 17