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 f7bb0c5 commit c07c0eeCopy full SHA for c07c0ee
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