package org.ztemplates.web; public interface ZIExceptionService extends ZIService { public void handle(Throwable e) throws Exception; }