Skip to content

Commit d4ec148

Browse files
committed
fix; remove final of the RuntimeException
1 parent e1fa5a7 commit d4ec148

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)