package com.helpshift; /* loaded from: classes3.dex */ public class HelpshiftInstallException extends RuntimeException { public HelpshiftInstallException(String str) { super(str); } }