mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 07:06:40 +02:00
Add FallbackGroupHandler
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user