TypeUnsupportedException.php in Purge 8.3
File
src/Plugin/Purge/Invalidation/Exception/TypeUnsupportedException.phpView source
<?php
namespace Drupal\purge\Plugin\Purge\Invalidation\Exception;
/**
* Thrown when no purgers support the requested type.
*
* @see \Drupal\purge\Plugin\Purge\Invalidation\InvalidationsServiceInterface::get
*/
class TypeUnsupportedException extends \Exception {
}
Classes
Name | Description |
---|---|
TypeUnsupportedException | Thrown when no purgers support the requested type. |