mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-20 16:16:37 +02:00
Minor fixes
This commit is contained in:
@@ -65,6 +65,6 @@ class BufferHandler extends AbstractHandler
|
||||
*/
|
||||
protected function write(array $record)
|
||||
{
|
||||
throw new \BadMethodCallException('This method should not be called directly on the FingersCrossedHandler.');
|
||||
throw new \BadMethodCallException('This method should not be called directly on the BufferHandler.');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user