若重新引發例外時,想要使用自訂的例外或其他例外類型,並且將 except 比對到的例外作為來源,可以使用 raise from。例如: try: acct.deposit(-500) except ValueError as ...
確定! 回上一頁