diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-11 00:24:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-11 00:24:34 +0000 |
| commit | fad726e94700bccdae0d301d54cdb1eab51cc71f (patch) | |
| tree | 375b2a042acb72f1076415f1c2ac499be1821641 /src/lib/exceptions.h | |
| parent | 0b45af42b5a30c3a71d2e1de491843d125e46793 (diff) | |
Some work on making KDMs in Film
Diffstat (limited to 'src/lib/exceptions.h')
| -rw-r--r-- | src/lib/exceptions.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index bf8e85f0b..06177863a 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -224,3 +224,11 @@ public: : StringError (s) {} }; + +class KDMError : public StringError +{ +public: + KDMError (std::string s) + : StringError (s) + {} +}; |
