X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexceptions.cc;h=95d4c8cce3d3a7283763010af483957319b0242c;hb=946dbad9821e676f1d8fdc5abba459da54b8e84c;hp=f34cebbfe04a69f94fa2e07df3bb74aab5d41a51;hpb=40b654453c2ce0b266f43c36f1b9a5d1705f983c;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")) +{ + +}