You are here

LockException.php in Purge 8.3

File

src/Plugin/Purge/Purger/Exception/LockException.php
View source
<?php

namespace Drupal\purge\Plugin\Purge\Purger\Exception;


/**
 * Thrown when processing is attempted while another instance is running.
 */
class LockException extends \Exception {

}

Classes

Namesort descending Description
LockException Thrown when processing is attempted while another instance is running.