summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-22 20:54:47 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-22 20:54:47 +0100
commit1d168b8a94d2c3ae14f52fea222fa7bbdf5c1058 (patch)
treefa4983eec45991091e2d9be79258ed2e3ab2eeda /src/exceptions.cc
parent4cf7fe0818a71435545237012b45ccd443906189 (diff)
Store not_valid_{before,after} when reading encrypted KDMs.
Diffstat (limited to 'src/exceptions.cc')
-rw-r--r--src/exceptions.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exceptions.cc b/src/exceptions.cc
index 00627de8..96a9a696 100644
--- a/src/exceptions.cc
+++ b/src/exceptions.cc
@@ -198,3 +198,10 @@ MissingAssetmapError::MissingAssetmapError (boost::filesystem::path dir)
}
+
+InconsistentValidityPeriodError::InconsistentValidityPeriodError()
+ : runtime_error("KDM contains keys with different validity periods")
+{
+
+}
+