Package io.scanbot.sdk.exceptions.base
Class GradleDependencyException
-
- All Implemented Interfaces:
-
java.io.Serializable
public abstract class GradleDependencyException extends RuntimeException
Thrown when there is no gradle dependency found which is required to run the corresponding component of the SDK
-
-
Constructor Summary
Constructors Constructor Description GradleDependencyException(String dependencyName, String moduleName)
-