См. определение в файле error.php строка 5
◆ __construct()
__construct |
( |
|
$message, |
|
|
|
$code = 0 |
|
) |
| |
Creates new Error.
- Аргументы
-
string | $message | Message of error. |
int | string | $code | Code of error. |
См. определение в файле error.php строка 18
◆ __toString()
◆ getCode()
Returns code of error.
- Возвращает
- int|string
См. определение в файле error.php строка 28
◆ getMessage()
Returns message of error.
- Возвращает
- string
См. определение в файле error.php строка 37
◆ $code
◆ $message