Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.
RSS feed
Powered by Drupal