We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f5ccd commit a04cb92Copy full SHA for a04cb92
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