You are here

ContextException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Component/Plugin/Exception/ContextException.php

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

Namesort descending Description
ContextException An exception class to be thrown for context plugin exceptions.