MAINT-5011: Derive remaining exception classes from std::exception.
In particular: NotImplemented in llhttpnode.cpp RelocateError in llupdateinstaller.cpp LLProtectedDataException, LLCertException and subclasses in llsecapi.h Had to add no-throw destructor overrides to LLCertException and subclasses because otherwise clang complains that the implicitly-generated destructor's exception specification is more lax than the base class's.
Showing
- indra/llmessage/llhttpnode.cpp 3 additions, 1 deletionindra/llmessage/llhttpnode.cpp
- indra/newview/llsecapi.cpp 1 addition, 1 deletionindra/newview/llsecapi.cpp
- indra/newview/llsecapi.h 19 additions, 15 deletionsindra/newview/llsecapi.h
- indra/viewer_components/updater/llupdateinstaller.cpp 6 additions, 4 deletionsindra/viewer_components/updater/llupdateinstaller.cpp
Loading
Please register or sign in to comment