We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1053f68 commit 3cc47c6Copy full SHA for 3cc47c6
scripts/extract-rules-from-ruleset.php
@@ -7,7 +7,7 @@
7
if ($result) {
8
array_shift($matches);
9
} else {
10
- die('Cannot find rules in Ruleset.md');
+ throw new RuntimeException('Cannot find rules in Ruleset.md');
11
}
12
13
$rules = array_combine($matches['code'], $matches['level']);
0 commit comments