You are here

ContextException.php in Zircon Profile 8

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

File

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.