diff options
author | antialias <antialias@leap.se> | 2012-09-28 18:15:47 -0400 |
---|---|---|
committer | antialias <antialias@leap.se> | 2012-09-28 18:15:47 -0400 |
commit | 202345940e12d4633c5d46d5ed21c3a433573d48 (patch) | |
tree | 7ec77cca7a68c2acccf0c8ff02e5d9a42d0b5d74 /src/leap/base/exceptions.py | |
parent | 3fd7b55de96484e02accb991fb2c0c3ce0aa9883 (diff) |
Added check that default route is tun0.
Diffstat (limited to 'src/leap/base/exceptions.py')
-rw-r--r-- | src/leap/base/exceptions.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/leap/base/exceptions.py b/src/leap/base/exceptions.py index 7771d1f9..48d827f5 100644 --- a/src/leap/base/exceptions.py +++ b/src/leap/base/exceptions.py @@ -23,3 +23,7 @@ class NoConnectionToGateway(Exception): class NoInternetConnection(Exception): message = "No Internet connection found" + + +class TunnelNotDefaultRouteError(Exception): + message = "VPN Maybe be down." |