tamper-8.x-1.x-dev/src/Exception/SkipTamperItemException.php
src/Exception/SkipTamperItemException.php
<?php
namespace Drupal\tamper\Exception;
/**
* Tamper skip item exception.
*
* Thrown when the calling tamper process should be skipped for the given item.
*/
class SkipTamperItemException extends TamperException {
}
