You are here

ConnectionNotDefinedException.php in Zircon Profile 8

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

File

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

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