См. определение в файле exception.php строка 10
◆ __construct()
__construct |
( |
|
$message = "" , |
|
|
|
$databaseMessage = "" , |
|
|
\Exception |
$previous = null |
|
) |
| |
- Аргументы
-
string | $message | Application message. |
string | $databaseMessage | Database reason. |
\Exception | null | $previous | The previous exception used for the exception chaining. |
Переопределяется в ConnectionException и SqlException.
См. определение в файле exception.php строка 20
◆ getDatabaseMessage()
Returns database specific message provided to the constructor.
- Возвращает
- string
См. определение в файле exception.php строка 37
◆ $databaseMessage