DatabaseNotFoundException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Database/DatabaseNotFoundException.php
  2. 8.9.x core/lib/Drupal/Core/Database/DatabaseNotFoundException.php
  3. 10 core/lib/Drupal/Core/Database/DatabaseNotFoundException.php

Namespace

Drupal\Core\Database

File

core/lib/Drupal/Core/Database/DatabaseNotFoundException.php

View source
<?php

namespace Drupal\Core\Database;


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

}

Classes

Title Deprecated Summary
DatabaseNotFoundException Exception thrown if specified database is not found.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.