См. определение в файле error.php строка 13
◆ __construct()
__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.
См. определение в файле error.php строка 33
◆ __toString()
◆ createFromThrowable()
static createFromThrowable |
( |
Throwable | $exception | ) |
|
|
static |
- Аргументы
-
- Возвращает
- static
См. определение в файле error.php строка 44
◆ getCode()
Returns the code of the error.
- Возвращает
- int|string
См. определение в файле error.php строка 53
◆ getCustomData()
- Возвращает
- mixed|null
См. определение в файле error.php строка 70
◆ getMessage()
Returns the message of the error.
- Возвращает
- string
См. определение в файле error.php строка 62
◆ jsonSerialize()
◆ $code
◆ $customData
◆ $message