This commit is contained in:
Jonathan Jenne
2020-04-27 14:16:42 +02:00
parent ed29e1b6a9
commit 4cde711955
12 changed files with 38 additions and 325 deletions

View File

@@ -1,7 +1,13 @@
Public Class Exceptions
Imports System.ServiceModel
Public Class Exceptions
Public Class BaseException
Inherits FaultException
End Class
Public Class NoRequestException
Inherits ApplicationException
Inherits BaseException
End Class
End Class