BadPluginBehaviorException.php in Purge 8.3
File
src/Plugin/Purge/Purger/Exception/BadPluginBehaviorException.phpView source
<?php
namespace Drupal\purge\Plugin\Purge\Purger\Exception;
/**
* Thrown when purgers are not implemented as outlined in the documentation.
*
* @see \Drupal\purge\Plugin\Purge\Invalidation\InvalidationInterface::setStateContext().
* @see \Drupal\purge\Plugin\Purge\Purger\CapacityTrackerInterface::getTimeHint().
*/
class BadPluginBehaviorException extends \Exception {
}
Classes
Name | Description |
---|---|
BadPluginBehaviorException | Thrown when purgers are not implemented as outlined in the documentation. |