Add README

This commit is contained in:
Joshua Ramon Enslin 2023-06-23 22:13:26 +02:00
parent 6506433dea
commit ca19b3ed2f
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Error handling for museum-digital
Centralized library providing generally usable exceptions across the different applications at museum-digital.
The class MDErrorReporter handles the categorizing of errors and helps formulating and sending error mails (all unexpected exceptions being raised during the use of an application at museum-digital should send an error mail).