Searched refs:_LocalException (Results 1 – 1 of 1) sorted by relevance
857 class _LocalException(Exception): class917 raise _LocalException("Internet Inaccessible when Enabled")924 raise _LocalException("Failed to Disable Cellular Data")928 raise _LocalException("Internet Accessible when Disabled")935 raise _LocalException("Failed to Re-Enable Cellular Data")938 raise _LocalException("Internet Inaccessible when Enabled")943 raise _LocalException("Internet Accessible.")955 raise _LocalException("Internet Inaccessible when Enabled")957 except _LocalException as e: