diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-22 20:54:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-22 20:54:47 +0100 |
| commit | 1d168b8a94d2c3ae14f52fea222fa7bbdf5c1058 (patch) | |
| tree | fa4983eec45991091e2d9be79258ed2e3ab2eeda /src/exceptions.h | |
| parent | 4cf7fe0818a71435545237012b45ccd443906189 (diff) | |
Store not_valid_{before,after} when reading encrypted KDMs.
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 6 |
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(); +}; + } |
