Connection::exceptionHandler |
function |
core/modules/mysql/src/Driver/Database/mysql/Connection.php |
|
Connection::exceptionHandler |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the database exceptions handler. |
Connection::exceptionHandler |
function |
core/tests/fixtures/database_drivers/custom/fake/Connection.php |
|
Connection::exceptionHandler |
function |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php |
|
Connection::exceptionHandler |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Connection.php |
|
Connection::exceptionHandler |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php |
|
ErrorHandlerTest::testExceptionHandler |
function |
core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php |
Tests the exception handler. |
ExceptionHandler |
class |
core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php |
MySql database exception handler class. |
ExceptionHandler |
class |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ExceptionHandler.php |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\ExceptionHandler. |
ExceptionHandler |
class |
core/lib/Drupal/Core/Database/Driver/mysql/ExceptionHandler.php |
MySql database exception handler class. |
ExceptionHandler |
class |
core/lib/Drupal/Core/Database/ExceptionHandler.php |
Base Database exception handler class. |
ExceptionHandler.php |
file |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ExceptionHandler.php |
|
ExceptionHandler.php |
file |
core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php |
|
ExceptionHandler.php |
file |
core/lib/Drupal/Core/Database/Driver/mysql/ExceptionHandler.php |
|
ExceptionHandler.php |
file |
core/lib/Drupal/Core/Database/ExceptionHandler.php |
|
ExceptionHandler::handleExecutionException |
function |
core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php |
Handles exceptions thrown during execution of statement objects. |
ExceptionHandler::handleExecutionException |
function |
core/lib/Drupal/Core/Database/ExceptionHandler.php |
Handles exceptions thrown during execution of statement objects. |
ExceptionHandler::handleStatementException |
function |
core/lib/Drupal/Core/Database/ExceptionHandler.php |
Handles exceptions thrown during the preparation of statement objects. |
MysqlDriverLegacyTest::testDeprecationExceptionHandler |
function |
core/modules/mysql/tests/src/Kernel/mysql/MysqlDriverLegacyTest.php |
@covers Drupal\Core\Database\Driver\mysql\ExceptionHandler |
StubConnection::exceptionHandler |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler |
function |
core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php |
Tests uncaught exception handling with custom exception handler. |