You are here

FeedsLockException.php in Feeds 8.2

Namespace

Drupal\feeds

File

lib/Drupal/feeds/FeedsLockException.php
View source
<?php

namespace Drupal\feeds;


/**
 * Distinguish exceptions occuring when handling locks.
 */
class FeedsLockException extends \Exception {

}

Classes

Namesort descending Description
FeedsLockException Distinguish exceptions occuring when handling locks.