summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-23 01:48:53 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-23 01:48:53 +0100
commit75e86accf241dc6e2d2c2235e21093a05b01b335 (patch)
treee18db446b6b90677df23e4329cc1584f03a6a2c5 /src/exceptions.cc
parent20200f69bbf5bf611eb301b1e793384ee7cd568d (diff)
More hacks - MCA descriptors in CPL but not MXF.edgecode
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))
{