summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions.cc')
-rw-r--r--src/exceptions.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exceptions.cc b/src/exceptions.cc
index ebe8609a..37e699e6 100644
--- a/src/exceptions.cc
+++ b/src/exceptions.cc
@@ -169,3 +169,11 @@ UnknownChannelIdError::UnknownChannelIdError (std::string id)
{
}
+
+
+NoReelsError::NoReelsError ()
+ : runtime_error ("Cannot make a DCP when no reels have been added")
+{
+
+}
+