Tweak logging, ZUGFeRD Import

This commit is contained in:
Jonathan Jenne
2019-03-12 15:48:47 +01:00
parent af00fab575
commit 463f4ce22d
3 changed files with 125 additions and 109 deletions

View File

@@ -17,7 +17,7 @@ Public Class Exceptions
Inherits ApplicationException
Public Sub New()
MyBase.New()
MyBase.New("More than one ZUGFeRD document found")
End Sub
End Class
@@ -25,7 +25,7 @@ Public Class Exceptions
Inherits ApplicationException
Public Sub New()
MyBase.New()
MyBase.New("No ZUGFeRD documents found")
End Sub
End Class
End Class