This commit is contained in:
Jonathan Jenne
2021-08-25 16:26:56 +02:00
parent 9e5c41a2bb
commit b99627359a
7 changed files with 230 additions and 34 deletions

View File

@@ -7,6 +7,14 @@
End Sub
End Class
Public Class WebServiceException
Inherits ApplicationException
Public Sub New(message As String)
MyBase.New(message)
End Sub
End Class
Public Class NoMandatorException
Inherits DocumentShowException