Skip to content

Commit c253459

Browse files
authored
PHP_CodeSniffer\Exceptions\RuntimeException extends \RuntimeException
1 parent dd3f6e0 commit c253459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/RuntimeException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace PHP_CodeSniffer\Exceptions;
1111

12-
class RuntimeException extends \Exception
12+
class RuntimeException extends \RuntimeException
1313
{
1414

1515
}//end class

0 commit comments

Comments
 (0)