DatabaseTaskException

@class Exception class used to throw error if the DatabaseInstaller fails.

Hierarchy

drupal/includes/install.inc, line 576

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