ExecutableException.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Drupal\Core\ExecutableFile
core/lib/Drupal/Core/Executable/ExecutableException.phpView source
<?php
/**
* @file
* Contains \Drupal\Core\Executable\ExecutableException.
*/
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. |