Skip to content

Commit 5e95a2c

Browse files
committed
x
1 parent 37b17ab commit 5e95a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/Environment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static function setupErrors(): void
109109
ini_set('html_errors', '0');
110110
ini_set('log_errors', '0');
111111

112-
set_exception_handler([self::class, 'handleException']);
112+
// set_exception_handler([self::class, 'handleException']);
113113

114114
set_error_handler([Environment::class, 'foo']);
115115

0 commit comments

Comments
 (0)