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

net.glxn.qrgen.core.exception.QRGenerationException Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package net.glxn.qrgen.core.exception;

public class QRGenerationException extends RuntimeException {
    public QRGenerationException(String message, Throwable underlyingException) {
        super(message, underlyingException);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy