class DatabaseDriverNotSpecifiedException

Exception thrown if no driver is specified for a database connection.

Hierarchy

Expanded class hierarchy of DatabaseDriverNotSpecifiedException

Related topics

File

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

View source
class DatabaseDriverNotSpecifiedException extends Exception {

}

Members