ExecutableException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Executable/ExecutableException.php
  2. 10 core/lib/Drupal/Core/Executable/ExecutableException.php
  3. 11.x core/lib/Drupal/Core/Executable/ExecutableException.php

Namespace

Drupal\Core\Executable

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

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.