TaskException.php

Definition of Drupal\Core\Database\Install\TaskException

Namespace

Drupal\Core\Database\Install

File

drupal/core/lib/Drupal/Core/Database/Install/TaskException.php
View source
<?php

/**
 * @file
 * Definition of Drupal\Core\Database\Install\TaskException
 */
namespace Drupal\Core\Database\Install;

use RuntimeException;

/**
 * Exception thrown if the database installer fails.
 */
class TaskException extends RuntimeException {

}

Classes

Namesort descending Description
TaskException Exception thrown if the database installer fails.