class ExceptionHandler
Same name in this branch
- 9 core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php \Drupal\mysql\Driver\Database\mysql\ExceptionHandler
- 9 core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/ExceptionHandler.php \Drupal\corefake\Driver\Database\corefakeWithAllCustomClasses\ExceptionHandler
- 9 core/lib/Drupal/Core/Database/ExceptionHandler.php \Drupal\Core\Database\ExceptionHandler
Same name in other branches
- 10 core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php \Drupal\mysql\Driver\Database\mysql\ExceptionHandler
- 10 core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ExceptionHandler.php \Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClasses\ExceptionHandler
- 10 core/lib/Drupal/Core/Database/Driver/mysql/ExceptionHandler.php \Drupal\Core\Database\Driver\mysql\ExceptionHandler
- 10 core/lib/Drupal/Core/Database/ExceptionHandler.php \Drupal\Core\Database\ExceptionHandler
- 11.x core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php \Drupal\mysql\Driver\Database\mysql\ExceptionHandler
- 11.x core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ExceptionHandler.php \Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClasses\ExceptionHandler
- 11.x core/lib/Drupal/Core/Database/ExceptionHandler.php \Drupal\Core\Database\ExceptionHandler
MySql database exception handler class.
Hierarchy
- class \Drupal\Core\Database\ExceptionHandler
- class \Drupal\mysql\Driver\Database\mysql\ExceptionHandler extends \Drupal\Core\Database\ExceptionHandler
- class \Drupal\Core\Database\Driver\mysql\ExceptionHandler extends \Drupal\mysql\Driver\Database\mysql\ExceptionHandler
- class \Drupal\mysql\Driver\Database\mysql\ExceptionHandler extends \Drupal\Core\Database\ExceptionHandler
Expanded class hierarchy of ExceptionHandler
Deprecated
in drupal:9.4.0 and is removed from drupal:11.0.0. The MySQL database driver has been moved to the mysql module.
See also
https://www.drupal.org/node/3129492
1 file declares its use of ExceptionHandler
- MysqlDriverLegacyTest.php in core/
modules/ mysql/ tests/ src/ Kernel/ mysql/ MysqlDriverLegacyTest.php
3 string references to 'ExceptionHandler'
- Connection::exceptionHandler in core/
lib/ Drupal/ Core/ Database/ Connection.php - Returns the database exceptions handler.
- Connection::getDriverClass in core/
lib/ Drupal/ Core/ Database/ Connection.php - Gets the driver-specific override class if any for the specified class.
- ConnectionTest::providerGetDriverClass in core/
tests/ Drupal/ Tests/ Core/ Database/ ConnectionTest.php - Data provider for testGetDriverClass().
File
-
core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ ExceptionHandler.php, line 17
Namespace
Drupal\Core\Database\Driver\mysqlView source
class ExceptionHandler extends MysqlExceptionHandler {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.