ConnectionNotDefinedException.php
Namespace
Drupal\Core\DatabaseFile
-
core/
lib/ Drupal/ Core/ Database/ ConnectionNotDefinedException.php
View source
<?php
namespace Drupal\Core\Database;
/**
* Exception thrown if an undefined database connection is requested.
*/
class ConnectionNotDefinedException extends \RuntimeException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
ConnectionNotDefinedException | Exception thrown if an undefined database connection is requested. |