Error returned from the Algorithmia data API
| 7 | pass |
| 8 | |
| 9 | class DataApiError(ApiError): |
| 10 | '''Error returned from the Algorithmia data API''' |
| 11 | pass |
| 12 | |
| 13 | class AlgorithmException(ApiError): |
| 14 | '''Base algorithm error exception''' |
no outgoing calls
no test coverage detected