Search in sources :

Example 1 with ApiException

use of com.dante.exception.ApiException in project 91Pop by DanteAndroid.

the class CallBackWrapper method onError.

@Override
public void onError(Throwable e) {
    ApiException apiException = ApiException.handleException(e);
    onError(apiException.getMessage(), apiException.getCode());
    e.printStackTrace();
}
Also used : ApiException(com.dante.exception.ApiException)

Aggregations

ApiException (com.dante.exception.ApiException)1