class ConnectionNotDefinedException

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

Exception thrown if an undefined database connection is requested.

Hierarchy

Expanded class hierarchy of ConnectionNotDefinedException

7 files declare their use of ConnectionNotDefinedException
DbCommandBaseTest.php in core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php
InstallCommand.php in core/lib/Drupal/Core/Command/InstallCommand.php
InstallerRedirectTrait.php in core/lib/Drupal/Core/Installer/InstallerRedirectTrait.php
ServerCommand.php in core/lib/Drupal/Core/Command/ServerCommand.php
SimpletestTestRunResultsStorage.php in core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php

... See full list

File

core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php, line 8

Namespace

Drupal\Core\Database
View source
class ConnectionNotDefinedException extends \RuntimeException {

}

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