class ContextException in Plug 7
An exception class to be thrown for context plugin exceptions.
Hierarchy
- class \Drupal\Component\Plugin\Exception\ContextException extends \Drupal\Component\Plugin\Exception\Exception implements ExceptionInterface
Expanded class hierarchy of ContextException
2 files declare their use of ContextException
- Context.php in lib/
Drupal/ Component/ Plugin/ Context/ Context.php - Contains \Drupal\Component\Plugin\Context\Context.
- ContextAwarePluginBase.php in lib/
Drupal/ Component/ Plugin/ ContextAwarePluginBase.php - Contains \Drupal\Component\Plugin\ContextAwarePluginBase.
File
- lib/
Drupal/ Component/ Plugin/ Exception/ ContextException.php, line 13 - Contains \Drupal\Component\Plugin\Exception\ContextException.
Namespace
Drupal\Component\Plugin\ExceptionView source
class ContextException extends \Exception implements ExceptionInterface {
}