try: ...except Exception as e: print(err)
except Exception as e:
except Exception as e: print(e)
raise Exception("エラーメッセージ")
raise ValueError("エラーメッセージ")
except Exception: raise
投げる例外を指定しなくてOK