refactor: Fix clang-tidy bugprone-empty-catch check (#6419)

This change fixes or suppresses instances detected by the `bugprone-empty-catch` clang-tidy check.
This commit is contained in:
Alex Kremer
2026-03-02 17:08:56 +00:00
committed by GitHub
parent 1a7f824b89
commit afc660a1b5
20 changed files with 36 additions and 33 deletions

View File

@@ -107,6 +107,7 @@ class WSClientImpl : public WSClient
{
stream_.cancel();
}
// NOLINTNEXTLINE(bugprone-empty-catch)
catch (boost::system::system_error const&)
{
// ignored