ExecutableException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\ExecutableFile
core/lib/Drupal/Core/Executable/ExecutableException.phpView source
<?php
namespace Drupal\Core\Executable;
use Drupal\Component\Plugin\Exception\ExceptionInterface;
/**
* Generic executable plugin exception class.
*/
class ExecutableException extends \Exception implements ExceptionInterface {
}
Classes
Name | Description |
---|---|
ExecutableException | Generic executable plugin exception class. |