Lines Matching refs:exception
174 except Exception as e:
210 def poll_for_condition(condition, exception=None, timeout=10,
216 exception: exception to throw if condition doesn't become true
219 desc: description of default TimeoutError used if 'exception' is None
225 'exception' arg if supplied; site_utils.TimeoutError otherwise
233 if exception:
234 logging.error(exception)
235 raise exception
399 Raises an exception if path is not a mountpoint.
743 except Exception: