DatabaseNotFoundException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\DatabaseFile
core/lib/Drupal/Core/Database/DatabaseNotFoundException.phpView source
<?php
namespace Drupal\Core\Database;
/**
* Exception thrown if specified database is not found.
*/
class DatabaseNotFoundException extends \RuntimeException implements DatabaseException {
}
Classes
Name | Description |
---|---|
DatabaseNotFoundException | Exception thrown if specified database is not found. |