This commit is contained in:
2020-03-04 14:44:35 +01:00
parent 338cec6859
commit 5ffe390f45
6 changed files with 92 additions and 44 deletions

View File

@@ -39,8 +39,8 @@ Public Class Exceptions
Public Class MD5HashException
Inherits ApplicationException
Public Sub New()
MyBase.New("There is already an identical invoice")
Public Sub New(pInfo As String)
MyBase.New(pInfo)
End Sub
End Class
End Class