Refactoring: Cut out RDS handling logic, and put into own module.

Still no sms / mail sending.
This commit is contained in:
Jakob A. Dam 2015-03-30 15:16:50 +02:00 committed by Jakob Aarøe Dam
parent 94c9dc0275
commit cc67ff7039
3 changed files with 312 additions and 43 deletions

View file

@ -0,0 +1,3 @@
Public Class MissingUserException
Inherits Exception
End Class