Can decrypt a KDM.
[libdcp.git] / src / exceptions.h
index 25e51c9e2d17dcd91eefb0c2846220a24509e6ce..4c53a66dd1664c10d1dc1352ac99306f71cbcfdd 100644 (file)
@@ -55,6 +55,7 @@ private:
        std::string _filename;
 };
 
+/** @brief An exception related to an MXF file */
 class MXFFileError : public FileError
 {
 public: