You are here

DatabaseExceptionWrapper.php in Zircon Profile 8.0

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

/**
 * @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

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