Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Executable / ExecutableException.php
1 <?php
2
3 namespace Drupal\Core\Executable;
4
5 use Drupal\Component\Plugin\Exception\ExceptionInterface;
6
7 /**
8  * Generic executable plugin exception class.
9  */
10 class ExecutableException extends \Exception implements ExceptionInterface {}