mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 13:46:38 +02:00
Remove duplicate catch statements
This commit is contained in:
@@ -35,8 +35,6 @@ class WhatFailureGroupHandler extends GroupHandler
|
|||||||
$handler->handle($record);
|
$handler->handle($record);
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
// What failure?
|
// What failure?
|
||||||
} catch (\Throwable $e) {
|
|
||||||
// What failure?
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -53,8 +51,6 @@ class WhatFailureGroupHandler extends GroupHandler
|
|||||||
$handler->handleBatch($records);
|
$handler->handleBatch($records);
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
// What failure?
|
// What failure?
|
||||||
} catch (\Throwable $e) {
|
|
||||||
// What failure?
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user