DatabaseNotFoundException.php

Contains Drupal\Core\Database\DatabaseNotFoundException.

Namespace

Drupal\Core\Database

File

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

/**
 * @file
 * Contains Drupal\Core\Database\DatabaseNotFoundException.
 */
namespace Drupal\Core\Database;


/**
 * Exception thrown if specified database is not found.
 */
class DatabaseNotFoundException extends \RuntimeException {

}

Classes

Namesort descending Description
DatabaseNotFoundException Exception thrown if specified database is not found.