Skip to content

Commit

Permalink
add traceback key to exception
Browse files Browse the repository at this point in the history
  • Loading branch information
mcucchi9 committed Mar 23, 2023
1 parent 6dc6659 commit 09ce45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ogc_api_processes_fastapi/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class OGCAPIException(Exception):
title: Optional[str] = None
detail: Optional[str] = None
instance: Optional[str] = None
traceback: Optional[str] = None


@attrs.define
Expand Down

0 comments on commit 09ce45f

Please sign in to comment.