DriverNotSpecifiedException.php

Definition of Drupal\Core\Database\DriverNotSpecifiedException

Namespace

Drupal\Core\Database

File

drupal/core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php
View source
<?php

/**
 * @file
 * Definition of Drupal\Core\Database\DriverNotSpecifiedException
 */
namespace Drupal\Core\Database;

use RuntimeException;

/**
 * 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.