ExecutableException.php

Definition of \Drupal\Core\Executable\ExecutableException.

Namespace

Drupal\Core\Executable

File

drupal/core/lib/Drupal/Core/Executable/ExecutableException.php
View source
<?php

/**
 * @file
 * Definition of \Drupal\Core\Executable\ExecutableException.
 */
namespace Drupal\Core\Executable;

use Drupal\Component\Plugin\Exception\ExceptionInterface;

/**
 * Generic executable plugin exception class.
 */
class ExecutableException extends \Exception implements ExceptionInterface {

}

Classes

Namesort descending Description
ExecutableException Generic executable plugin exception class.