diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4c2323 --- /dev/null +++ b/README.md @@ -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).