diff options
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 |
