Skip to content

Commit df6473c

Browse files
committed
Bugfix
1 parent a7edb6e commit df6473c

File tree

4 files changed

+2677
-917
lines changed

4 files changed

+2677
-917
lines changed

generateConstants.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
$xmlString = \file_get_contents('option.xml');
1010

1111
try {
12-
$xml = new SimpleXMLElement($xmlString);
13-
} catch (Exception $e) {
12+
$xml = new \SimpleXMLElement($xmlString);
13+
} catch (\Exception $e) {
1414
exit(0);
1515
}
1616

0 commit comments

Comments
 (0)