From 63a81274aa1423ebb593cad9dfe0501853e1c1c5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Sep 2025 22:20:52 +0200 Subject: Cleanup: remove use of an exception in favour of an optional. --- src/exceptions.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index 49f5a21e..5ccd616c 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -330,13 +330,6 @@ public: }; -class UnknownChannelIdError : public std::runtime_error -{ -public: - UnknownChannelIdError (std::string s); -}; - - class NoReelsError : public std::runtime_error { public: -- cgit v1.2.3