jj: Windream cleanup

This commit is contained in:
Jonathan Jenne
2018-10-12 16:18:18 +02:00
parent 73a5f34587
commit 152c8938ae
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Public Class Exceptions
Inherits ApplicationException
Public Sub New()
MyBase.New()
End Sub
Public Sub New(message As String)