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 9e8bbd0 commit 503327bCopy full SHA for 503327b
src/libraries/GlobalErrorHandler.php
@@ -34,7 +34,7 @@ public static function errorHandler(
34
while (ob_get_level()) ob_end_clean();
35
36
// Determine error name from $errno:
37
- if (class_exists("\\BNETDocs\\Libraries\\Common")) {
+ if (class_exists("\\CarlBennett\\MVC\\Libraries\\Common")) {
38
$_errno = Common::phpErrorName($errno);
39
} else {
40
// Utility function inaccessible, use raw code:
0 commit comments