class SkipTamperItemException in Tamper 8
Tamper skip item exception.
Thrown when the calling tamper process should be skipped for the given item.
Hierarchy
- class \Drupal\tamper\Exception\TamperException extends \Drupal\tamper\Exception\Exception
- class \Drupal\tamper\Exception\SkipTamperItemException
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\ExceptionView source
class SkipTamperItemException extends TamperException {
}