monzo / response

Monzo's real-time incident response and reporting tool ⚡️
MIT License
1.52k stars 165 forks source link

Consistent handling of cache access #188

Closed evnsio closed 4 years ago

evnsio commented 4 years ago

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.