Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    47d93e4f
    DRTVWR-418: Remove rogue getMessage() from llsecapi.h exceptions. · 47d93e4f
    Nat Goodspeed authored
    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.
    47d93e4f
    History
    DRTVWR-418: Remove rogue getMessage() from llsecapi.h exceptions.
    Nat Goodspeed authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.