From 2cf3da72a017eebf741dfb9a5ec158df94a4e7b7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Jul 2014 09:36:58 +0100 Subject: Basics of DCP import. --- src/lib/exceptions.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/lib/exceptions.h') diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index 38452ffc0..a8969d702 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -245,10 +245,18 @@ public: SubRipError (std::string, std::string, boost::filesystem::path); }; +class DCPError : public StringError +{ +public: + DCPError (std::string s) + : StringError (s) + {} +}; + /** @class ExceptionStore * @brief A parent class for classes which have a need to catch and * re-throw exceptions. - + * * This is intended for classes which run their own thread; they should do * something like * -- cgit v1.2.3