We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65c8eb7 + d4ec148 commit ec5d9beCopy full SHA for ec5d9be
src/Runtime/RuntimeException.php
@@ -6,7 +6,7 @@
6
7
use KaririCode\Exception\AbstractException;
8
9
-final class RuntimeException extends AbstractException
+class RuntimeException extends AbstractException
10
{
11
private const CODE_UNEXPECTED_VALUE = 2501;
12
private const CODE_OUT_OF_MEMORY = 2502;
0 commit comments