summaryrefslogtreecommitdiff
path: root/src/exceptions.h
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.h
parent4cf7fe0818a71435545237012b45ccd443906189 (diff)
Store not_valid_{before,after} when reading encrypted KDMs.
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index 78d0943e..99e55b28 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -317,6 +317,12 @@ public:
};
+class InconsistentValidityPeriodError : public std::runtime_error
+{
+public:
+ InconsistentValidityPeriodError();
+};
+
}