class TaskException

Exception thrown if the database installer fails.

Hierarchy

  • class \Drupal\Core\Database\Install\TaskException extends \RuntimeException

Expanded class hierarchy of TaskException

1 file declares its use of TaskException
install.core.inc in drupal/core/includes/install.core.inc
API functions for installing Drupal.

File

drupal/core/lib/Drupal/Core/Database/Install/TaskException.php, line 15
Definition of Drupal\Core\Database\Install\TaskException

Namespace

Drupal\Core\Database\Install
View source
class TaskException extends RuntimeException {

}

Members