aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/errors/http/http_5xx_errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/errors/http/http_5xx_errors.py')
-rw-r--r--gn_auth/errors/http/http_5xx_errors.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/gn_auth/errors/http/http_5xx_errors.py b/gn_auth/errors/http/http_5xx_errors.py
new file mode 100644
index 0000000..71d09d8
--- /dev/null
+++ b/gn_auth/errors/http/http_5xx_errors.py
@@ -0,0 +1,7 @@
+"""Handlers for HTTP 5** errors."""
+
+__all__ = ["http_5xx_error_handlers"]
+
+def http_5xx_error_handlers() -> dict:
+ """Return handlers for HTTP errors in the 500-599 range"""
+ return {}