mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Merge branch 'develop' into eventdispatcher-part3
This commit is contained in:
commit
531a47f7cb
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class ErrorHandler
|
||||||
*/
|
*/
|
||||||
private function handleException(Throwable $e): void
|
private function handleException(Throwable $e): void
|
||||||
{
|
{
|
||||||
$level = LogLevel::ERROR;
|
$level = LogLevel::CRITICAL;
|
||||||
foreach ($this->uncaughtExceptionLevelMap as $class => $candidate) {
|
foreach ($this->uncaughtExceptionLevelMap as $class => $candidate) {
|
||||||
if ($e instanceof $class) {
|
if ($e instanceof $class) {
|
||||||
$level = $candidate;
|
$level = $candidate;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue