DriverNotSpecifiedException.php
Namespace
Drupal\Core\DatabaseFile
-
core/
lib/ Drupal/ Core/ Database/ DriverNotSpecifiedException.php
View source
<?php
namespace Drupal\Core\Database;
/**
* Exception thrown if no driver is specified for a database connection.
*/
class DriverNotSpecifiedException extends \RuntimeException {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| DriverNotSpecifiedException | Exception thrown if no driver is specified for a database connection. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.