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 ef96485 commit 29dc30bCopy full SHA for 29dc30b
Resources/bin/update-data.php
@@ -18,7 +18,7 @@
18
error_reporting(\E_ALL);
19
20
set_error_handler(static function (int $type, string $msg, string $file, int $line): void {
21
- throw new \ErrorException($msg, 0, $type, $file, $line);
+ throw new ErrorException($msg, 0, $type, $file, $line);
22
});
23
24
set_exception_handler(static function (Throwable $exception): void {
0 commit comments