You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
In a few places in
deta/base.pyexceptions are raised with theExceptionclass.See https://github.com/deta/deta-python/blob/5e68173ffea4b3dd2c3d75fadda4e3c9854d3199/deta/base.py.
deta-python/deta/base.py
Line 134 in 5e68173
deta-python/deta/base.py
Line 272 in 5e68173
It'd be better practice if custom exceptions were defined and derived from the general
Exceptionclass.