mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 19:15:51 +03:00
aee8e6a95d
Removes a bare `except Exception` clause and replaces it with catching a specific exception around the portion that might throw.
1 line
69 B
Text
1 line
69 B
Text
Reduce the scope of caught exceptions in `BlacklistingAgentWrapper`.
|