Skip to content

Commit 7e00724

Browse files
committed
fix: minor change in exception mgmt
1 parent 11f30e5 commit 7e00724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyeudiw/satosa/default/request_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def request_endpoint(self, context: Context, *args) -> Response:
103103
status="200",
104104
content=RequestHandler._RESP_CONTENT_TYPE,
105105
)
106-
except JWSSigningError as e500:
106+
except Exception as e500:
107107
return self._handle_500(
108108
context,
109109
"internal error: error while processing the request object",

0 commit comments

Comments
 (0)