summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-13 13:27:49 -0500
committerGitHub <noreply@github.com>2021-01-13 13:27:49 -0500
commitaee8e6a95d26391a8449409c836fa3965cdc6c51 (patch)
treedd55eda175481622a93f168946e088e8da5e1f6e /changelog.d
parentRegister the /devices endpoint on workers. (#9092) (diff)
downloadsynapse-aee8e6a95d26391a8449409c836fa3965cdc6c51.tar.xz
Reduce scope of exception handler. (#9106)
Removes a bare `except Exception` clause and replaces it with
catching a specific exception around the portion that might throw.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9106.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9106.misc b/changelog.d/9106.misc
new file mode 100644
index 0000000000..4cd2605754
--- /dev/null
+++ b/changelog.d/9106.misc
@@ -0,0 +1 @@
+Reduce the scope of caught exceptions in `BlacklistingAgentWrapper`.