Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
There was an error while loading. Please reload this page.
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.