Searched refs:_LocalException (Results 1 – 1 of 1) sorted by relevance
621 class _LocalException(Exception): class676 raise _LocalException("Internet Inaccessible when Enabled")683 raise _LocalException("Failed to Disable Cellular Data")687 raise _LocalException("Internet Accessible when Disabled")694 raise _LocalException("Failed to Re-Enable Cellular Data")697 raise _LocalException("Internet Inaccessible when Enabled")702 raise _LocalException("Internet Accessible.")714 raise _LocalException("Internet Inaccessible when Enabled")716 except _LocalException as e: