Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.
RSS feed
Powered by Drupal