RequeueException.php 176 B

12345678
  1. <?php
  2. namespace Drupal\Core\Queue;
  3. /**
  4. * Throw this exception to release the item allowing it to be processed again.
  5. */
  6. class RequeueException extends \RuntimeException {}