Improve error handling
Closed this issue · 0 comments
armilam commented
Right now, we handle_error(message)
if something is wrong, and that just raise
s that message.
Instead, perhaps we should create error classes and raise
instances of those instead?