Lines Matching refs:exc
72 except (Exception, SystemExit) as exc:
74 if isinstance(exc, bb.BBHandledException):
91 except CommandError as exc:
92 return None, exc.args[0]
93 except (Exception, SystemExit) as exc:
95 if isinstance(exc, bb.BBHandledException):
130 except KeyboardInterrupt as exc:
133 except SystemExit as exc:
134 arg = exc.args[0]
140 except Exception as exc:
142 if isinstance(exc, bb.BBHandledException):