| 12 | |
| 13 | |
| 14 | class SlackConfigurationDoesNotExist(APIException): |
| 15 | status_code = 400 |
| 16 | default_detail = "Slack api token not found. Please generate the token using oauth" |
| 17 | |
| 18 | |
| 19 | class SlackChannelJoinError(Exception): |
no outgoing calls
no test coverage detected
searching dependent graphs…