diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-25 22:20:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-25 22:20:52 +0200 |
| commit | 63a81274aa1423ebb593cad9dfe0501853e1c1c5 (patch) | |
| tree | 875ede6e77315ffa98b889cb8119695cf3632d06 /src/exceptions.h | |
| parent | 6698e6e33ba41a6d0ad30b02f9fb5ef18d788ad6 (diff) | |
Cleanup: remove use of an exception in favour of an optional.
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 7 |
1 files changed, 0 insertions, 7 deletions
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: |
