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

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

The newest version!
package io.mangoo.exceptions;

import java.io.Serial;

public class MangooMailerException extends Exception {
    @Serial
    private static final long serialVersionUID = 3207062008795009800L;

    public MangooMailerException(Exception e) {
        super(e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy