Lines Matching refs:Ouch
132 class Ouch(RuntimeError): class
304 raise Ouch(msg)
317 raise Ouch(msg)
413 raise Ouch("VENV creation subprocess failed.") from exc
643 raise Ouch(
722 raise Ouch("found no usable tomli, please install it")
724 raise Ouch(
755 raise Ouch("found no usable distlib, please install it")
764 raise Ouch(f"group {group} not defined") from exc
770 raise Ouch(result[0])
873 except Ouch as exc: