summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-06-05 14:41:27 +0100
committerCarl Hetherington <cth@carlh.net>2017-06-05 14:41:27 +0100
commit284f2473293bad0b28a7b9abd47e954328a61ab9 (patch)
tree493d37c021ea2b1f4da93685d7d65f19b82c50d5 /src/exceptions.cc
parent3a217e6cce46127abaa1463c394d3baf05b02616 (diff)
Fix up management of certificate chain validity.
Diffstat (limited to 'src/exceptions.cc')
-rw-r--r--src/exceptions.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exceptions.cc b/src/exceptions.cc
index fbd8c85f..51dd6b01 100644
--- a/src/exceptions.cc
+++ b/src/exceptions.cc
@@ -102,3 +102,9 @@ KDMFormatError::KDMFormatError (std::string message)
{
}
+
+CertificateChainError::CertificateChainError (std::string message)
+ : runtime_error (message)
+{
+
+}