summaryrefslogtreecommitdiff
path: root/src/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index 48961073..78d0943e 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -147,6 +147,16 @@ public:
};
+/** @class MissingAssetmapError
+ * @brief Thrown when no ASSETMAP was found when trying to read a DCP
+ */
+class MissingAssetmapError : public ReadError
+{
+public:
+ explicit MissingAssetmapError (boost::filesystem::path dir);
+};
+
+
/** @class XMLError
* @brief An XML error
*/