class DriverNotSpecifiedException in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php \Drupal\Core\Database\DriverNotSpecifiedException
- 9 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 8
Namespace
Drupal\Core\DatabaseView source
class DriverNotSpecifiedException extends \RuntimeException {
}