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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.