Открытые члены | |
__construct ($message='', \Exception $previous=null) | |
Открытые члены унаследованные от SqlException | |
__construct ($message="", $databaseMessage="", \Exception $previous=null) | |
Открытые члены унаследованные от Exception | |
getDatabaseMessage () | |
Открытые члены унаследованные от SystemException | |
__construct ($message="", $code=0, $file="", $line=0, \Exception $previous=null) | |
Дополнительные унаследованные члены | |
Защищенные данные унаследованные от Exception | |
$databaseMessage | |
Special exception for transactions handling.
См. определение в файле sqlexception.php строка 54
__construct | ( | $message = '', | |
\Exception | $previous = null ) |
string | $message | Application message. |
\Exception | null | $previous | The previous exception used for the exception chaining. |
См. определение в файле sqlexception.php строка 60