mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-24 05:39:44 +00:00
added template service, template management service bean, freemarker methods and template loading tests
added templating exception changed embed configuration to have builders enabled mocking of final classes for mockito
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package dev.sheldan.abstracto.templating.exception;
|
||||
|
||||
public class TemplatingException extends RuntimeException {
|
||||
public TemplatingException(Throwable cause) {
|
||||
super(cause);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user