DatabaseNotFoundException.php
Namespace
Drupal\Core\DatabaseFile
-
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.