A good example of this is this code block: ``` try { uriBuilder.build(); this.apiReader = new APIReader(uriBuilder); } catch (APIKeyNotAssignedException e) { <<=== logger.error(e.getMessage()); <<=== throw new IllegalStateException("No API Key assigned"); } ``` in https://github.com/carlosvillademor/RESTAPIUnifier/blob/master/java/src/main/java/org/neomatrix369/examples/muzutv/BaseMuzu.java
A good example of this is this code block:
in
https://github.com/carlosvillademor/RESTAPIUnifier/blob/master/java/src/main/java/org/neomatrix369/examples/muzutv/BaseMuzu.java