Set the appropriate AsyncSocketExceptionType from SSLException
[folly.git] / folly / io / async / ssl / SSLErrors.h
index 5bd37fde3af3eebdbaf30ee6b86df78bc32e45ef..ad7475b418cc240760dd9d20e0a220b4d5f290d1 100644 (file)
@@ -39,7 +39,7 @@ class SSLException : public folly::AsyncSocketException {
 
   explicit SSLException(SSLError error);
 
-  SSLError getType() const {
+  SSLError getSSLError() const {
     return sslError;
   }