You are here

DriverNotSpecifiedException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php

File

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

/**
 * @file
 * Contains \Drupal\Core\Database\DriverNotSpecifiedException.
 */
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.