ContextException.php in Service Container 7
Same filename and directory in other branches
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. |