Skip to content
Snippets Groups Projects
Commit 47d93e4f authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Remove rogue getMessage() from llsecapi.h exceptions.

The LLProtectedDataException and LLCertException exception classes didn't used
to be derived from std::exception, so they followed their own getMessage()
convention instead of the standard what() convention. Now that they're derived
from std::exception, remove getMessage() and change its few consumers to use
what() instead. Thanks NickyD for suggesting.
parent cefa598e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment