ContextException.php 202 B

12345678
  1. <?php
  2. namespace Drupal\Component\Plugin\Exception;
  3. /**
  4. * An exception class to be thrown for context plugin exceptions.
  5. */
  6. class ContextException extends \Exception implements ExceptionInterface {}