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

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

package io.mangoo.exceptions;

/**
 *
 * @author svenkubiak
 *
 */
public class MangooMailerException extends Exception {
    private static final long serialVersionUID = 8991735383215886040L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy