MBS Xojo Encryption Kit 1.0
ZipExceptionMB class:
Class ZipExceptionMB Inherits RuntimeException
Sub Constructor(m as string, e as Integer = 0)
// The exception class if something went wrong with encryption
End
Sub Constructor(m as text, e as Integer = 0)
// The exception class if something went wrong with encryption
End
End Class