marketStatDtos.add(mapper.map(marketStatType, MarketStatDto.class));
}
return marketStatDtos;
} catch (ApiParserException e) {
logger.error("Caught ApiParserException", e.getMessage());
throw new EveCentralApiException(e);
} catch (ApiIoException e) {
logger.error("Caught ApiIoException", e.getMessage());
throw new EveCentralApiException(e);
}
}