We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e0196b + a04cb92 commit 07c645aCopy full SHA for 07c645a
src/Exception/ProcessingException.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
5
+namespace KaririCode\ProcessorPipeline\Exception;
6
7
+final class ProcessingException extends \RuntimeException
8
+{
9
+}
0 commit comments