File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public static function setupErrors(): void
109
109
ini_set ('html_errors ' , '0 ' );
110
110
ini_set ('log_errors ' , '0 ' );
111
111
112
- // set_exception_handler([self ::class, 'handleException']);
112
+ set_exception_handler ([Environment ::class, 'handleException ' ]);
113
113
114
114
set_error_handler ([Environment::class, 'foo ' ]);
115
115
@@ -161,8 +161,8 @@ public static function setupFunctions(): void
161
161
public static function handleException (\Throwable $ e ): void
162
162
{
163
163
self ::$ checkAssertions = false ;
164
- self ::print (Dumper::dumpException ($ e ));
165
- self ::exit ($ e instanceof AssertException ? Runner \Job::CodeFail : Runner \Job::CodeError);
164
+ // self::print(Dumper::dumpException($e));
165
+ // self::exit($e instanceof AssertException ? Runner\Job::CodeFail : Runner\Job::CodeError);
166
166
}
167
167
168
168
You can’t perform that action at this time.
0 commit comments