You are here

class DatabaseConnectionNotDefinedException in Drupal 7

Exception thrown if an undefined database connection is requested.

Hierarchy

Expanded class hierarchy of DatabaseConnectionNotDefinedException

Related topics

File

includes/database/database.inc, line 1943
Core systems for the database layer.

View source
class DatabaseConnectionNotDefinedException extends Exception {

}

Members