DatabaseException.php
Same filename in other branches
Namespace
Drupal\Core\DatabaseFile
-
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 {
}
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.