1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 23:24:02 +02:00

Merge remote-tracking branch 'inverse/fallbackgroundhandler'

This commit is contained in:
Jordi Boggiano
2019-08-15 21:22:23 +02:00
5 changed files with 232 additions and 13 deletions

View File

@@ -136,16 +136,3 @@ class WhatFailureGroupHandlerTest extends TestCase
$this->assertTrue($records[0]['extra']['foo']);
}
}
class ExceptionTestHandler extends TestHandler
{
/**
* {@inheritdoc}
*/
public function handle(array $record): bool
{
parent::handle($record);
throw new \Exception("ExceptionTestHandler::handle");
}
}