aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/TLSException.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rdr/TLSException.h')
-rw-r--r--common/rdr/TLSException.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/rdr/TLSException.h b/common/rdr/TLSException.h
index b519bfef..f58b618d 100644
--- a/common/rdr/TLSException.h
+++ b/common/rdr/TLSException.h
@@ -25,7 +25,8 @@
namespace rdr {
- struct TLSException : public Exception {
+ class TLSException : public std::runtime_error {
+ public:
int err;
TLSException(const char* s, int err_);
};