Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Connection.php

function Connection::exceptionHandler

Same name in this branch
  1. 11.1.x core/modules/pgsql/src/Driver/Database/pgsql/Connection.php \Drupal\pgsql\Driver\Database\pgsql\Connection::exceptionHandler()
  2. 11.1.x core/modules/sqlite/src/Driver/Database/sqlite/Connection.php \Drupal\sqlite\Driver\Database\sqlite\Connection::exceptionHandler()
  3. 11.1.x core/modules/mysql/src/Driver/Database/mysql/Connection.php \Drupal\mysql\Driver\Database\mysql\Connection::exceptionHandler()

Returns the database exceptions handler.

Return value

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

3 methods override Connection::exceptionHandler()
Connection::exceptionHandler in core/modules/pgsql/src/Driver/Database/pgsql/Connection.php
Returns the database exceptions handler.
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.

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();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal