You are here

TypeUnsupportedException.php in Purge 8.3

File

src/Plugin/Purge/Invalidation/Exception/TypeUnsupportedException.php
View 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

Namesort descending Description
TypeUnsupportedException Thrown when no purgers support the requested type.