You are here

LockException.php in Feeds 8.3

File

src/Exception/LockException.php
View source
<?php

namespace Drupal\feeds\Exception;


/**
 * Thrown when Feeds can not obtain a lock.
 */
class LockException extends FeedsRuntimeException {

}

Classes

Namesort descending Description
LockException Thrown when Feeds can not obtain a lock.