DriverNotSpecifiedException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\DatabaseFile
core/lib/Drupal/Core/Database/DriverNotSpecifiedException.phpView source
<?php
namespace Drupal\Core\Database;
/**
* Exception thrown if no driver is specified for a database connection.
*/
class DriverNotSpecifiedException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
DriverNotSpecifiedException | Exception thrown if no driver is specified for a database connection. |