diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-25 22:53:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-25 22:53:14 +0200 |
| commit | e3fb9c9b6c40b1e4ce05871c6c2bdf4272e75a28 (patch) | |
| tree | c1322dc81a5122925978951933914fe5729eb647 /src/exceptions.cc | |
| parent | ba7d09616f8e529d71ff1e7843f39f22d2823409 (diff) | |
Improve an exception's description.
Diffstat (limited to 'src/exceptions.cc')
| -rw-r--r-- | src/exceptions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exceptions.cc b/src/exceptions.cc index 3d9b92ca..52bd5f20 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -186,7 +186,7 @@ UnknownChannelIdError::UnknownChannelIdError (std::string id) NoReelsError::NoReelsError () - : runtime_error ("Cannot make a DCP when no reels have been added") + : runtime_error("Cannot write a CPL which has no reels") { } |
