use of com.tvd12.ezyfoxserver.response.EzyErrorParams in project ezyfox-server by youngmonkeys.
the class EzyAccessAppController method newAccessAppErrorResponse.
protected EzyResponse newAccessAppErrorResponse(EzyIAccessAppError error) {
EzyErrorParams params = new EzyErrorParams();
params.setError(error);
return new EzyAccessAppErrorResponse(params);
}
Aggregations