class DatabaseDriverNotSpecifiedException
Exception thrown if no driver is specified for a database connection.
Hierarchy
Expanded class hierarchy of DatabaseDriverNotSpecifiedException
Related topics
Archivo
- drupal-7.x/
includes/ database/ database.inc, line 1838 - Core systems for the database layer.
View source
class DatabaseDriverNotSpecifiedException extends Exception {
}