From f6ea760a80d8b109fb6afd1c03e9a33754e6bb5f Mon Sep 17 00:00:00 2001 From: Alex Oleshkevich Date: Wed, 10 Aug 2022 13:05:00 +0300 Subject: [PATCH] Add Starception library (#1800) Co-authored-by: euri10 --- docs/third-party-packages.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index ceefbd6b..01da069e 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -130,6 +130,13 @@ FastAPI style routing for Starlette. Allows you to use decorators to generate routing tables. +### Starception + +GitHub + +Beautiful exception page for Starlette apps. + + ## Frameworks ### FastAPI