ContextException.php in Plug 7
Namespace
Drupal\Component\Plugin\ExceptionFile
lib/Drupal/Component/Plugin/Exception/ContextException.phpView source
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\ContextException.
*/
namespace Drupal\Component\Plugin\Exception;
/**
* An exception class to be thrown for context plugin exceptions.
*/
class ContextException extends \Exception implements ExceptionInterface {
}
Classes
Name | Description |
---|---|
ContextException | An exception class to be thrown for context plugin exceptions. |