Skip to content
DriverNotSpecifiedException.php 265 B
Newer Older
 * Contains \Drupal\Core\Database\DriverNotSpecifiedException.

/**
 * Exception thrown if no driver is specified for a database connection.
 */
class DriverNotSpecifiedException extends \RuntimeException {}