JustinGrote / SecretManagement.KeePass

MIT License
116 stars 22 forks source link

Better Surfacing of Errors with traps #23

Closed JustinGrote closed 3 years ago

JustinGrote commented 3 years ago

Secretmanagement swallows terminating errors giving poor feedback to the user who had to dig into the innerexception to find out what happened.

The error handling needs to instead throw nonterminating errors where appropriate.

JustinGrote commented 3 years ago

Closed by #24