Tong
2022-04-19 8adb5e06a5fcfad9a634944c0d65fc70c5c2527f
HDLSDK/hdl-common/src/main/java/com/hdl/sdk/common/exception/HDLLinkException.java
@@ -1,6 +1,7 @@
package com.hdl.sdk.common.exception;
import androidx.annotation.NonNull;
/**
 * Created by Tong on 2021/11/11.
@@ -39,7 +40,7 @@
        this.code = code;
    }
    public @NonNull
    public
    String getMsg() {
        return msg;
    }