ContextException.php

Contains \Drupal\Component\Plugin\Exception\ContextException.

Namespace

Drupal\Component\Plugin\Exception

File

drupal/core/lib/Drupal/Component/Plugin/Exception/ContextException.php
View 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

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