ExecutableException.php 233 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Executable;
  3. use Drupal\Component\Plugin\Exception\ExceptionInterface;
  4. /**
  5. * Generic executable plugin exception class.
  6. */
  7. class ExecutableException extends \Exception implements ExceptionInterface {}