diff options
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index 8bc6e550..d66e8944 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -136,6 +136,12 @@ public: ~MissingAssetError () throw () {} }; +class BadContentKindError : public DCPReadError +{ +public: + BadContentKindError (std::string content_kind); +}; + /** @class XMLError * @brief An XML error */ |
