DatabaseExceptionWrapper.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Drupal\Core\DatabaseFile
core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.phpView source
<?php
/**
* @file
* Contains \Drupal\Core\Database\DatabaseExceptionWrapper.
*/
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. |