You are here

ConnectionNotDefinedException.php in Drupal 8

File

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

namespace Drupal\Core\Database;


/**
 * Exception thrown if an undefined database connection is requested.
 */
class ConnectionNotDefinedException extends \RuntimeException {

}

Classes

Namesort descending Description
ConnectionNotDefinedException Exception thrown if an undefined database connection is requested.