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

cn.z.qrcode.encoder.QRCodeException Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package cn.z.qrcode.encoder;

/**
 * 

QRCode异常类

* *

* createDate 2023/05/29 11:11:11 *

* * @author ALI[[email protected]] * @since 1.0.0 **/ public class QRCodeException extends RuntimeException { /** * QRCode异常 */ public QRCodeException() { super(); } /** * QRCode异常 * * @param message 信息 */ public QRCodeException(String message) { super(message); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy