翰林优商.apk(点击下载) / IntentNotResolvableException.java


package com.czhj.sdk.common.exceptions;

public class IntentNotResolvableException extends Exception {
    public IntentNotResolvableException(String str) {
        super(str);
    }

    public IntentNotResolvableException(Throwable th) {
        super(th);
    }
}