Skip to content

Commit ec5d9be

Browse files
authored
Merge pull request #5 from KaririCode-Framework/develop
fix; remove final of the RuntimeException
2 parents 65c8eb7 + d4ec148 commit ec5d9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Runtime/RuntimeException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use KaririCode\Exception\AbstractException;
88

9-
final class RuntimeException extends AbstractException
9+
class RuntimeException extends AbstractException
1010
{
1111
private const CODE_UNEXPECTED_VALUE = 2501;
1212
private const CODE_OUT_OF_MEMORY = 2502;

0 commit comments

Comments
 (0)