From 4078aaae757db466d727c667dd9197b56d6b3f58 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Mar 2021 00:20:17 +0100 Subject: Improve errors when verifying a non-DCP directory. --- src/exceptions.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/exceptions.cc') diff --git a/src/exceptions.cc b/src/exceptions.cc index 30d11a68..3d9b92ca 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -191,3 +191,10 @@ NoReelsError::NoReelsError () } + +MissingAssetmapError::MissingAssetmapError (boost::filesystem::path dir) + : ReadError (String::compose("Could not find ASSETMAP nor ASSETMAP.xml in '%1'", dir.string())) +{ + +} + -- cgit v1.2.3