Searched refs:_LocalException (Results 1 – 1 of 1) sorted by relevance
878 class _LocalException(Exception): class936 raise _LocalException("Internet Inaccessible when Enabled")943 raise _LocalException("Failed to Disable Cellular Data")947 raise _LocalException("Internet Accessible when Disabled")954 raise _LocalException("Failed to Re-Enable Cellular Data")957 raise _LocalException("Internet Inaccessible when Enabled")962 raise _LocalException("Internet Accessible.")974 raise _LocalException("Internet Inaccessible when Enabled")976 except _LocalException as e: