DatabaseExceptionWrapper.php

Definition of Drupal\Core\Database\DatabaseExceptionWrapper.

Namespace

Drupal\Core\Database

File

drupal/core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php
View source
<?php

/**
 * @file
 * Definition of Drupal\Core\Database\DatabaseExceptionWrapper.
 */
namespace Drupal\Core\Database;

use RuntimeException;

/**
 * This wrapper class serves only to provide additional debug information.
 *
 * This class will always wrap a PDOException.
 */
class DatabaseExceptionWrapper extends RuntimeException implements DatabaseException {

}

Classes

Namesort descending Description
DatabaseExceptionWrapper This wrapper class serves only to provide additional debug information.