8000
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.
2 parents f7bb0c5 + c07c0ee commit c17e357Copy full SHA for c17e357
public/index.php
@@ -47,6 +47,11 @@
47
// --------------------------------------------------------------
48
error_reporting((System\Config::get('error.detail')) ? E_ALL | E_STRICT : 0);
49
50
+// --------------------------------------------------------------
51
+// Ensure Error class loads before any errors fire.
52
53
+class_exists('System\Error');
54
+
55
56
// Register the error handlers.
57
0 commit comments