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