ExecutableException.php
Same filename in other branches
Namespace
Drupal\Core\ExecutableFile
-
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
Title | Deprecated | Summary |
---|---|---|
ExecutableException | Generic executable plugin exception class. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.