Skip to content

Commit 339785c

Browse files
committed
Fix #227: finalize ConfigException
1 parent 2d06e6a commit 339785c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/Exception/ConfigException.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66

77
use Exception;
88

9-
/**
10-
* @final Will be marked as final in next major version
11-
* @todo Remove this note and make the class final
12-
*/
13-
class ConfigException extends Exception
9+
final class ConfigException extends Exception
1410
{
1511
/**
1612
* @param string[] $section Config path

0 commit comments

Comments
 (0)