Skip to content

Commit ac3ec98

Browse files
committed
2 parents c09a4e1 + c253459 commit ac3ec98

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)