summaryrefslogtreecommitdiff
path: root/src/exceptions.h
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.h
parent20200f69bbf5bf611eb301b1e793384ee7cd568d (diff)
More hacks - MCA descriptors in CPL but not MXF.edgecode
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index 5ccd616c..e43b748c 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -351,6 +351,13 @@ public:
};
+class BadURNSMPTEULError : public std::runtime_error
+{
+public:
+ BadURNSMPTEULError(std::string bad_id);
+};
+
+
class LoadVariableZError : public std::runtime_error
{
public: