function Connection::exceptionHandler

Same name in this branch
  1. 11.x core/modules/sqlite/src/Driver/Database/sqlite/Connection.php \Drupal\sqlite\Driver\Database\sqlite\Connection::exceptionHandler()
  2. 11.x core/modules/mysql/src/Driver/Database/mysql/Connection.php \Drupal\mysql\Driver\Database\mysql\Connection::exceptionHandler()
  3. 11.x core/modules/pgsql/src/Driver/Database/pgsql/Connection.php \Drupal\pgsql\Driver\Database\pgsql\Connection::exceptionHandler()
  4. 11.x core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php \Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClasses\Connection::exceptionHandler()
  5. 11.x core/tests/fixtures/database_drivers/custom/fake/Connection.php \Drupal\Driver\Database\fake\Connection::exceptionHandler()
Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::exceptionHandler()
  2. 10 core/modules/sqlite/src/Driver/Database/sqlite/Connection.php \Drupal\sqlite\Driver\Database\sqlite\Connection::exceptionHandler()
  3. 10 core/modules/mysql/src/Driver/Database/mysql/Connection.php \Drupal\mysql\Driver\Database\mysql\Connection::exceptionHandler()
  4. 10 core/modules/pgsql/src/Driver/Database/pgsql/Connection.php \Drupal\pgsql\Driver\Database\pgsql\Connection::exceptionHandler()
  5. 10 core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php \Drupal\core_fake\Driver\Database\CoreFakeWithAllCustomClasses\Connection::exceptionHandler()
  6. 10 core/tests/fixtures/database_drivers/custom/fake/Connection.php \Drupal\Driver\Database\fake\Connection::exceptionHandler()
  7. 10 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::exceptionHandler()

Returns the database exceptions handler.

Return value

\Drupal\Core\Database\ExceptionHandler The database exceptions handler.

5 methods override Connection::exceptionHandler()
Connection::exceptionHandler in core/modules/sqlite/src/Driver/Database/sqlite/Connection.php
Returns the database exceptions handler.
Connection::exceptionHandler in core/modules/mysql/src/Driver/Database/mysql/Connection.php
Returns the database exceptions handler.
Connection::exceptionHandler in core/modules/pgsql/src/Driver/Database/pgsql/Connection.php
Returns the database exceptions handler.
Connection::exceptionHandler in core/tests/fixtures/database_drivers/custom/fake/Connection.php
Returns the database exceptions handler.
StubConnection::exceptionHandler in core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php
Returns the database exceptions handler.

File

core/lib/Drupal/Core/Database/Connection.php, line 771

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

public function exceptionHandler() {
    return new ExceptionHandler();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.