diff options
author | antialias <antialias@leap.se> | 2012-09-24 17:34:25 -0400 |
---|---|---|
committer | antialias <antialias@leap.se> | 2012-09-24 17:34:25 -0400 |
commit | ddf5e546916ad94c62b1e42b6f03831f906b2f29 (patch) | |
tree | 6b284d81d9632819302a028320785339b45a725d /src/leap/eip/exceptions.py | |
parent | a5366ebc06a1345f9248672e91cf87379d3bcec1 (diff) |
improved network checks on the way to a network checker.
Diffstat (limited to 'src/leap/eip/exceptions.py')
-rw-r--r-- | src/leap/eip/exceptions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/eip/exceptions.py b/src/leap/eip/exceptions.py index f048621f..f883a173 100644 --- a/src/leap/eip/exceptions.py +++ b/src/leap/eip/exceptions.py @@ -136,6 +136,8 @@ 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 |