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