Skip to content

Commit 09ce45f

Browse files
committed
add traceback key to exception
1 parent 6dc6659 commit 09ce45f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ogc_api_processes_fastapi/exceptions.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class OGCAPIException(Exception):
2929
title: Optional[str] = None
3030
detail: Optional[str] = None
3131
instance: Optional[str] = None
32+
traceback: Optional[str] = None
3233

3334

3435
@attrs.define

0 commit comments

Comments
 (0)