You are here

class DriverNotSpecifiedException in Zircon Profile 8

Same name and namespace in other branches
  1. 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

Expanded class hierarchy of DriverNotSpecifiedException

File

core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php, line 13
Contains \Drupal\Core\Database\DriverNotSpecifiedException.

Namespace

Drupal\Core\Database
View source
class DriverNotSpecifiedException extends \RuntimeException {

}

Members