Raise an error for error from API response.
| 88 | |
| 89 | |
| 90 | class CaptchaAPIError(CaptchaException): |
| 91 | """ |
| 92 | Raise an error for error from API response. |
| 93 | """ |
| 94 | |
| 95 | |
| 96 | class CaptchaAccountError(CaptchaException): |
no outgoing calls
no test coverage detected
searching dependent graphs…