You are here

class SkipTamperItemException in Tamper 8

Tamper skip item exception.

Thrown when the calling tamper process should be skipped for the given item.

Hierarchy

Expanded class hierarchy of SkipTamperItemException

2 files declare their use of SkipTamperItemException
Required.php in src/Plugin/Tamper/Required.php
RequiredTest.php in tests/src/Unit/Plugin/Tamper/RequiredTest.php

File

src/Exception/SkipTamperItemException.php, line 10

Namespace

Drupal\tamper\Exception
View source
class SkipTamperItemException extends TamperException {

}

Members