X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexceptions.cc;h=95d4c8cce3d3a7283763010af483957319b0242c;hb=12efbd5938f08eb445b43f539fa4f27aa5caccfb;hp=f34cebbfe04a69f94fa2e07df3bb74aab5d41a51;hpb=d2137ac5db409e686b4d9b3fa567935a5e416d41;p=dcpomatic.git diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc index f34cebbfe..95d4c8cce 100644 --- a/src/lib/exceptions.cc +++ b/src/lib/exceptions.cc @@ -67,3 +67,9 @@ SubRipError::SubRipError (string saw, string expecting, boost::filesystem::path { } + +InvalidSignerError::InvalidSignerError () + : StringError (_("The certificate chain for signing is invalid")) +{ + +}