DriverNotSpecifiedException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php
  2. 10 core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php
  3. 11.x core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php

Namespace

Drupal\Core\Database

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

Title Deprecated Summary
DriverNotSpecifiedException Exception thrown if no driver is specified for a database connection.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.