Add error handling for sending notifications

This commit is contained in:
Sergey Petrov
2016-02-09 16:45:43 +03:00
parent 61f38d391e
commit 3f61fac159
3 changed files with 167 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
def exception_class_for_reason(reason: str) -> type: ...