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

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

The newest version!
package io.mangoo.exceptions;

import java.io.Serial;

public class MangooTokenException extends Exception {
    @Serial
    private static final long serialVersionUID = 4005271906316201971L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy