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

Breadcrumb

  1. Drupal Core 11.1.x

DatabaseExceptionWrapper.php

Namespace

Drupal\Core\Database

File

core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php

View source
<?php

namespace Drupal\Core\Database;


/**
 * This wrapper class serves only to provide additional debug information.
 *
 * This class will always wrap a client connection exception, for example
 * \PDOException or \mysqli_sql_exception.
 */
class DatabaseExceptionWrapper extends \RuntimeException implements DatabaseException {

}

Classes

Title Deprecated Summary
DatabaseExceptionWrapper This wrapper class serves only to provide additional debug information.

API Navigation

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