Closed awest1339 closed 6 years ago
storage.store
should probably be wrapped in a try-except with a generic StorageError
, right? Otherwise, the case of the task db not matching the storage could still happen.
Not sure if the storage.store needs to be wrapped in a try block because the error handling is done in the store method. Thoughts?