stckme / apphelpers

Commonly needed Python helper libraries to build python (web) apps
https://code.scroll.in
MIT License
3 stars 5 forks source link

Errors as dataclasses #81

Closed sayanarijit closed 1 year ago

sayanarijit commented 1 year ago

This change requires converting all the errors that inherit from BaseError to be converted into dataclasses.

sayanarijit commented 1 year ago

Closing this wrt https://github.com/stckme/apphelpers/pull/82