Add Setting for Non-ZUGFeRD Files which are not rejected and instead moved to a special folder
This commit is contained in:
@@ -47,6 +47,16 @@ Public Class Exceptions
|
||||
MyBase.New("No ZUGFeRD documents found")
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Public Class NoFerdsAlternateException
|
||||
Inherits ApplicationException
|
||||
|
||||
Public Sub New()
|
||||
MyBase.New("No ZUGFeRD documents found, no rejection will be generated")
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
|
||||
Public Class MD5HashException
|
||||
Inherits ApplicationException
|
||||
|
||||
|
||||
Reference in New Issue
Block a user