Открытые члены | |
__construct ($message="", $databaseMessage="", \Exception $previous=null) | |
getDatabaseMessage () | |
Открытые члены унаследованные от SystemException | |
__construct ($message="", $code=0, $file="", $line=0, \Exception $previous=null) | |
Защищенные данные | |
$databaseMessage | |
См. определение в файле exception.php строка 10
__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.
См. определение в файле exception.php строка 37
|
protected |
См. определение в файле exception.php строка 13