ab1a282ba6b90177f8ec82caa632a638a661d2ba
[yaffs-website] / 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 {}