net.glxn.qrgen.core.exception.QRGenerationException Maven / Gradle / Ivy
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