diff options
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index 1fb5e4e7..79ee9fca 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -247,6 +247,13 @@ public: explicit CombineError (std::string message); }; + +class LanguageTagError : public std::runtime_error +{ +public: + LanguageTagError (std::string message); +}; + } #endif |
