diff options
Diffstat (limited to 'src/exceptions.cc')
| -rw-r--r-- | src/exceptions.cc | 6 |
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) +{ + +} |
