From 75e86accf241dc6e2d2c2235e21093a05b01b335 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Feb 2026 01:48:53 +0100 Subject: More hacks - MCA descriptors in CPL but not MXF. --- src/exceptions.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/exceptions.h') 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: -- cgit v1.2.3