You are here

MissingExpressionException.php in Purge 8.3

File

src/Plugin/Purge/Invalidation/Exception/MissingExpressionException.php
View source
<?php

namespace Drupal\purge\Plugin\Purge\Invalidation\Exception;


/**
 * Thrown when invalidations are instantiated without required expression.
 */
class MissingExpressionException extends \Exception {

}

Classes

Namesort descending Description
MissingExpressionException Thrown when invalidations are instantiated without required expression.