Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Queue / RequeueException.php
diff --git a/web/core/lib/Drupal/Core/Queue/RequeueException.php b/web/core/lib/Drupal/Core/Queue/RequeueException.php
new file mode 100644 (file)
index 0000000..9332200
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\Core\Queue;
+
+/**
+ * Throw this exception to release the item allowing it to be processed again.
+ */
+class RequeueException extends \RuntimeException {}