You are here

SkipTamperDataException.php in Tamper 8

File

src/Exception/SkipTamperDataException.php
View source
<?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 {

}

Classes

Namesort descending Description
SkipTamperDataException Tamper skip data exception.