ConnectionNotDefinedException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php
  2. 8.9.x core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php
  3. 11.x core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php

Namespace

Drupal\Core\Database

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

Title Deprecated Summary
ConnectionNotDefinedException Exception thrown if an undefined database connection is requested.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.