DatabaseException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Database/DatabaseException.php
  2. 8.9.x core/lib/Drupal/Core/Database/DatabaseException.php
  3. 10 core/lib/Drupal/Core/Database/DatabaseException.php

Namespace

Drupal\Core\Database

File

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

View source
<?php

// phpcs:ignoreFile
namespace Drupal\Core\Database;


/**
 * Interface for a database exception.
 *
 * Database drivers should catch lower-level database client exceptions and
 * throw exceptions that implement this interface to allow database
 * abstraction in Drupal.
 */
interface DatabaseException extends \Throwable {

}

Interfaces

Title Deprecated Summary
DatabaseException Interface for a database exception.

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