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.cc | |
| parent | 6698e6e33ba41a6d0ad30b02f9fb5ef18d788ad6 (diff) | |
Cleanup: remove use of an exception in favour of an optional.
Diffstat (limited to 'src/exceptions.cc')
| -rw-r--r-- | src/exceptions.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/exceptions.cc b/src/exceptions.cc index fce1b583..ebcd70da 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -179,13 +179,6 @@ MainSoundConfigurationError::MainSoundConfigurationError (std::string s) } -UnknownChannelIdError::UnknownChannelIdError (std::string id) - : runtime_error(String::compose("Unrecognised channel ID '%1'", id)) -{ - -} - - NoReelsError::NoReelsError () : runtime_error("Cannot write a CPL which has no reels") { |
