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 ebcd70da..9c36de5c 100644
--- a/src/exceptions.cc
+++ b/src/exceptions.cc
@@ -206,6 +206,14 @@ BadURNUUIDError::BadURNUUIDError(string bad_id)
}
+
+BadURNSMPTEULError::BadURNSMPTEULError(string bad_id)
+ : runtime_error(String::compose("Badly-formed URN SMPTE UL %1", bad_id))
+{
+
+}
+
+
LoadVariableZError::LoadVariableZError(string variable_z)
: runtime_error(fmt::format("Badly-formed LoadVariableZ string {}", variable_z))
{