Contains Drupal\Core\Database\DatabaseNotFoundException.
<?php /** * @file * Contains Drupal\Core\Database\DatabaseNotFoundException. */ namespace Drupal\Core\Database; /** * Exception thrown if specified database is not found. */ class DatabaseNotFoundException extends \RuntimeException { }