diff options
author | antialias <antialias@leap.se> | 2012-09-25 16:05:02 -0400 |
---|---|---|
committer | antialias <antialias@leap.se> | 2012-09-25 16:05:02 -0400 |
commit | 15b017656e6865b7b85ae389ab3b462c562a1e42 (patch) | |
tree | 7e51d663651bf16bc28e7837c41bb8c6bbc4504a /src/leap/eip/exceptions.py | |
parent | 021e7ea900c64af9577412f11349f69e01634c0c (diff) |
moved LeapNetworkChecker and test in base.
Diffstat (limited to 'src/leap/eip/exceptions.py')
-rw-r--r-- | src/leap/eip/exceptions.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/leap/eip/exceptions.py b/src/leap/eip/exceptions.py index f883a173..6b4ee6aa 100644 --- a/src/leap/eip/exceptions.py +++ b/src/leap/eip/exceptions.py @@ -121,24 +121,6 @@ class EIPInitBadProviderError(EIPClientError): class EIPConfigurationError(EIPClientError): pass - -class NoDefaultInterfaceFoundError(EIPClientError): - message = "no default interface found" - usermessage = "Looks like your computer is not connected to the internet" - - -class InterfaceNotFoundError(EIPClientError): - # XXX should take iface arg on init maybe? - message = "interface not found" - - -class NoConnectionToGateway(EIPClientError): - message = "no connection to gateway" - usermessage = "Looks like there are problems with your internet connection" - -class NoInternetConnection(EIPClientError): - message = "No Internet connection found" - # # Errors that probably we don't need anymore # chase down for them and check. |