summaryrefslogtreecommitdiff
path: root/jimbrella/exceptions.py
AgeCommit message (Collapse)Author
2021-10-27Provide exception messagesFrederick Yin
UmbrellaNotFoundError: serial UmbrellaValueError: field
2021-10-24One major, multiple minor changes to DatabaseFrederick Yin
Major: - New update(umb) method as an interface to _update(umb), with convenience and safeguards. Minor: - New exception: UmbrellaValueError - All datetime objects are cast naive - Database._write(umbrellas) raises exception after performing recovery - human_datetime includes seconds in output
2021-10-22Reformat exceptions.py with blackFrederick Yin
2021-10-22Define application-specific exceptionsFrederick Yin