DatabaseDriverNotSpecifiedException

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

Hierarchy

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

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

Related topics