インポート

import traceback

 

実装

try:

    # 処理

except Exception as e:

    exception_str = traceback.format_exc()