Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 540 Bytes

TError

The terrific Teia toolkit for traceable error treatment and troubleshooting.

This tool tackles the task of taming turmoil in FastAPI with thorough templating (http-error-schemas techonology) by tapping into tailored exception handlers for typical Python trifles, MongoDB transgressions, and http turmoil.

Pronounced tee-error (gen. pop.) or terror (close friends).

Usage

from terror.handling import add_exception_handlers 
app = FastAPI()
add_exception_handlers(app)