From 2e4089247c02f1f1bf43ab880594ce0218dfbc11 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Jun 2019 12:31:56 +0100 Subject: Add support for \c in SSA. --- src/exceptions.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index 56b58aa..2bb7018 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -65,6 +65,14 @@ private: std::list _context; }; +class SSAError : public std::runtime_error +{ +public: + SSAError (std::string message) + : std::runtime_error(message) + {} +}; + class MXFError : public std::runtime_error { public: -- cgit v1.2.3