diff --git a/deps/blpapi/include-3.7.9.1/blpapi_exception.h b/deps/blpapi/include-3.7.9.1/blpapi_exception.h index 05704fb..c9db25e 100644 --- a/deps/blpapi/include-3.7.9.1/blpapi_exception.h +++ b/deps/blpapi/include-3.7.9.1/blpapi_exception.h @@ -406,7 +406,7 @@ void ExceptionUtil::throwException(int errorCode) case BLPAPI_NOTFOUND_CLASS: throw NotFoundException(description); default: - throw Exception(description); + throw UnknownErrorException(description); } } diff --git a/deps/blpapi/include-3.8.1.1/blpapi_exception.h b/deps/blpapi/include-3.8.1.1/blpapi_exception.h index 05704fb..c9db25e 100644 --- a/deps/blpapi/include-3.8.1.1/blpapi_exception.h +++ b/deps/blpapi/include-3.8.1.1/blpapi_exception.h @@ -406,7 +406,7 @@ void ExceptionUtil::throwException(int errorCode) case BLPAPI_NOTFOUND_CLASS: throw NotFoundException(description); default: - throw Exception(description); + throw UnknownErrorException(description); } }