@@ -38,6 +38,7 @@ public class ViewController extends Controller {
this.renderJson(d);
} catch (Exception e) {
// TODO: handle exception
+ this.renderText(e.toString());
}