Check that all image data is present after loading a SMPTE subtitle asset.
[libdcp.git] / src / exceptions.h
index 4c54ac787f4aae9f0574871fd602ebe9f03e44e0..65271c1618fc233af9c3ed18710abef97721e90f 100644 (file)
@@ -222,6 +222,12 @@ public:
        CertificateChainError (std::string message);
 };
 
+class MissingSubtitleImageError : public std::runtime_error
+{
+public:
+       MissingSubtitleImageError (std::string id);
+};
+
 }
 
 #endif