We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e5b7a commit b03abcfCopy full SHA for b03abcf
src/fastapi_csrf_protect/exceptions.py
@@ -9,6 +9,7 @@
9
# HISTORY:
10
# *************************************************************
11
12
+
13
class CsrfProtectError(Exception):
14
def __init__(self, status_code: int, message: str):
15
self.status_code = status_code
0 commit comments