You are here

class TypeUnsupportedException in Purge 8.3

Thrown when no purgers support the requested type.

Hierarchy

  • class \Drupal\purge\Plugin\Purge\Invalidation\Exception\TypeUnsupportedException extends \Drupal\purge\Plugin\Purge\Invalidation\Exception\Exception

Expanded class hierarchy of TypeUnsupportedException

See also

\Drupal\purge\Plugin\Purge\Invalidation\InvalidationsServiceInterface::get

6 files declare their use of TypeUnsupportedException
CacheTagsQueuer.php in modules/purge_queuer_coretags/src/CacheTagsQueuer.php
InvalidateCommand.php in modules/purge_drush/src/Commands/InvalidateCommand.php
InvalidationsService.php in src/Plugin/Purge/Invalidation/InvalidationsService.php
PluginTestBase.php in tests/src/Kernel/Invalidation/PluginTestBase.php
PurgeBlockForm.php in modules/purge_ui/src/Form/PurgeBlockForm.php

... See full list

File

src/Plugin/Purge/Invalidation/Exception/TypeUnsupportedException.php, line 10

Namespace

Drupal\purge\Plugin\Purge\Invalidation\Exception
View source
class TypeUnsupportedException extends \Exception {

}

Members