Skip to content

Commit a04cb92

Browse files
committed
feat: add processing exception class
1 parent 26f5ccd commit a04cb92

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Exception/ProcessingException.php

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)