Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal