Searched refs:ProfilerNotRunningError (Results 1 – 3 of 3) sorted by relevance
58 class ProfilerNotRunningError(Exception): class103 raise ProfilerNotRunningError(
55 with self.assertRaises(profiler.ProfilerNotRunningError):
1405 except _profiler.ProfilerNotRunningError: