diff options
Diffstat (limited to 'common/rdr/TLSException.h')
-rw-r--r-- | common/rdr/TLSException.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rdr/TLSException.h b/common/rdr/TLSException.h index cfa73f69..62b090ba 100644 --- a/common/rdr/TLSException.h +++ b/common/rdr/TLSException.h @@ -28,7 +28,7 @@ namespace rdr { class tls_error : public std::runtime_error { public: int err; - tls_error(const char* s, int err_); + tls_error(const char* s, int err_) noexcept; }; } |