DatabaseConnectionNotDefinedException

Exception thrown if an undefined database connection is requested.

Hierarchy

drupal/includes/database/database.inc, line 1702

View code
<?php
class DatabaseConnectionNotDefinedException extends Exception { }
?>

Related topics