DmitryBurnaev / starlette-web

Simple components for web-app, based on "starlette" framework.
MIT License
4 stars 3 forks source link

Inherit CommandError from BaseApplicationError #45

Closed dolamroth closed 1 year ago

dolamroth commented 1 year ago

Same for CacheError

dolamroth commented 1 year ago

catch generic exception and raise unexpected error here https://github.com/DmitryBurnaev/starlette-web/blob/main/starlette_web/contrib/redis/cache.py#L15