You are here

ExecutableException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Executable/ExecutableException.php

File

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

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.