You are here

ExecutableException.php in Zircon Profile 8.0

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

/**
 * @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

Namesort descending Description
ExecutableException Generic executable plugin exception class.