AGDDHandlers: Fix cppcheck 2.6 warnings.
A bare throw will just call terminate(). Change them to abort();
parent
896b693a
No related branches found
No related tags found
Showing
Please register or sign in to comment
A bare throw will just call terminate(). Change them to abort();