We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352d199 commit 28d19d4Copy full SHA for 28d19d4
Resources/bin/common.php
@@ -84,7 +84,7 @@ function get_icu_version_from_genrb(string $genrb)
84
error_reporting(\E_ALL);
85
86
set_error_handler(function (int $type, string $msg, string $file, int $line) {
87
- throw new \ErrorException($msg, 0, $type, $file, $line);
+ throw new ErrorException($msg, 0, $type, $file, $line);
88
});
89
90
set_exception_handler(function (Throwable $exception) {
0 commit comments