Searched refs:NetworkEmulatorError (Results 1 – 2 of 2) sorted by relevance
19 class NetworkEmulatorError(BaseException): class94 raise NetworkEmulatorError('You must run this script with sudo.')99 raise NetworkEmulatorError('You must run this script with administrator'187 raise NetworkEmulatorError(fail_msg, cmd_string, process.returncode, output,
158 except network_emulator.NetworkEmulatorError as e:190 except network_emulator.NetworkEmulatorError as e: