diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-11-28 01:11:48 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-11-28 01:11:48 +0100 |
| commit | 60658378f68cc7c67cbea2758c6aef455c115c05 (patch) | |
| tree | 5aa763d9317b32318debf6cd96d727fd35890ebf /wrappers/EduVpnCommon/src/eduvpncommon/VerifyException.java | |
| parent | c5c71a584b5e5fd2fdf59477ea7ec1e4ddddda25 (diff) | |
Java wrapper stub
Diffstat (limited to 'wrappers/EduVpnCommon/src/eduvpncommon/VerifyException.java')
| -rw-r--r-- | wrappers/EduVpnCommon/src/eduvpncommon/VerifyException.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wrappers/EduVpnCommon/src/eduvpncommon/VerifyException.java b/wrappers/EduVpnCommon/src/eduvpncommon/VerifyException.java new file mode 100644 index 0000000..a81aceb --- /dev/null +++ b/wrappers/EduVpnCommon/src/eduvpncommon/VerifyException.java @@ -0,0 +1,5 @@ +package eduvpncommon; + +public class VerifyException extends Exception { + //TODO +}
\ No newline at end of file |
