X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fexceptions.h;h=1e9bd2d7cad23e07d75d739cc1f3696d2ddc8db7;hb=e4e038154f0bad3b91a57130c7a88d9fba6a488c;hp=65271c1618fc233af9c3ed18710abef97721e90f;hpb=f7180df03b0e11a697e31eeced2f1817cad14680;p=libdcp.git diff --git a/src/exceptions.h b/src/exceptions.h index 65271c16..1e9bd2d7 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2018 Carl Hetherington + Copyright (C) 2012-2019 Carl Hetherington This file is part of libdcp. @@ -228,6 +228,12 @@ public: MissingSubtitleImageError (std::string id); }; +class EmptyAssetPathError : public DCPReadError +{ +public: + EmptyAssetPathError (std::string id); +}; + } #endif