Refactor: Add ImporterShared Project
This commit is contained in:
9
EDIDocumentImport/Exceptions.vb
Normal file
9
EDIDocumentImport/Exceptions.vb
Normal file
@@ -0,0 +1,9 @@
|
||||
Public Class Exceptions
|
||||
Public Class NoMandatorException
|
||||
Inherits ApplicationException
|
||||
|
||||
Public Sub New(message As String)
|
||||
MyBase.New(message)
|
||||
End Sub
|
||||
End Class
|
||||
End Class
|
||||
Reference in New Issue
Block a user