Skip to content
Snippets Groups Projects
Commit 78af1ac1 authored by dyszczo's avatar dyszczo
Browse files

cannot catch exceptions and fatals in a transparent way because of reasons

parent a6867cc7
No related branches found
No related tags found
1 merge request!5Bugfix/handles too much
......@@ -136,10 +136,7 @@ class WPDeskLoggerFactory extends BasicLoggerFactory
private function captureWordPressHandle(Logger $logger)
{
$errorHandler = new ErrorHandler($logger);
$errorHandler->registerErrorHandler();
$errorHandler->registerFatalHandler();
$errorHandler->registerExceptionHandler();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment