Skip to content

Commit 07c645a

Browse files
authored
Merge pull request #6 from KaririCode-Framework/develop
feat: add processing exception class
2 parents 8e0196b + a04cb92 commit 07c645a

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)