class DriverNotSpecifiedException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php \Drupal\Core\Database\DriverNotSpecifiedException
Exception thrown if no driver is specified for a database connection.
Hierarchy
- class \Drupal\Core\Database\DriverNotSpecifiedException extends \Drupal\Core\Database\RuntimeException
Expanded class hierarchy of DriverNotSpecifiedException
File
- core/
lib/ Drupal/ Core/ Database/ DriverNotSpecifiedException.php, line 13 - Contains \Drupal\Core\Database\DriverNotSpecifiedException.
Namespace
Drupal\Core\DatabaseView source
class DriverNotSpecifiedException extends \RuntimeException {
}