ContextException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Component/Plugin/Exception/ContextException.php
  2. 10 core/lib/Drupal/Component/Plugin/Exception/ContextException.php
  3. 11.x core/lib/Drupal/Component/Plugin/Exception/ContextException.php

Namespace

Drupal\Component\Plugin\Exception

File

core/lib/Drupal/Component/Plugin/Exception/ContextException.php

View source
<?php

namespace Drupal\Component\Plugin\Exception;


/**
 * An exception class to be thrown for context plugin exceptions.
 */
class ContextException extends \Exception implements ExceptionInterface {

}

Classes

Title Deprecated Summary
ContextException An exception class to be thrown for context plugin exceptions.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.