jfinal enjoy 3.5
This commit is contained in:
@@ -73,6 +73,8 @@ public class Output extends Stat {
|
||||
}
|
||||
} catch(TemplateException e) {
|
||||
throw e;
|
||||
} catch(ParseException e) {
|
||||
throw e;
|
||||
} catch(Exception e) {
|
||||
throw new TemplateException(e.getMessage(), location, e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user