eca-1.0.x-dev/modules/queue/src/Exception/NotYetDueForProcessingException.php
modules/queue/src/Exception/NotYetDueForProcessingException.php
<?php
namespace Drupal\eca_queue\Exception;
use Drupal\Core\Queue\DelayedRequeueException;
/**
* Thrown when an enqueued task is not yet due for processing.
*/
class NotYetDueForProcessingException extends DelayedRequeueException {}
