Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consistent handling of cache access (#188)
Mixing return None with exceptions makes it harder to handle the different failure cases. This makes it easier as callers can simply handle the SlackError exception.
- Loading branch information