DatabaseExceptionWrapper.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\DatabaseFile
core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.phpView source
<?php
namespace Drupal\Core\Database;
/**
* This wrapper class serves only to provide additional debug information.
*
* This class will always wrap a PDOException.
*/
class DatabaseExceptionWrapper extends \RuntimeException implements DatabaseException {
}
Classes
Name | Description |
---|---|
DatabaseExceptionWrapper | This wrapper class serves only to provide additional debug information. |