All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mangoo.exceptions.MangooTemplateEngineException Maven / Gradle / Ivy

The newest version!
package io.mangoo.exceptions;

import java.io.Serial;

public class MangooTemplateEngineException extends Exception {
    @Serial
    private static final long serialVersionUID = -5025696177592253242L;

    public MangooTemplateEngineException(String message, Exception e) {
        super(message, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy