Error raised when there's a problem with the request that's being submitted.
| 12 | |
| 13 | |
| 14 | class SlackRequestError(SlackClientError): |
| 15 | """Error raised when there's a problem with the request that's being submitted.""" |
| 16 | |
| 17 | |
| 18 | class SlackApiError(SlackClientError): |
no outgoing calls
no test coverage detected