You are here

DriverNotSpecifiedException.php in Drupal 9

File

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

Namesort descending Description
DriverNotSpecifiedException Exception thrown if no driver is specified for a database connection.