You are here

DatabaseNotFoundException.php in Zircon Profile 8

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

File

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.