You are here

DatabaseExceptionWrapper.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php

File

core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php
View 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

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