You are here

DatabaseNotFoundException.php in Drupal 9

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

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

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