ai.evolv.exceptions.AscendKeyError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ascend-sdk Show documentation
Show all versions of ascend-sdk Show documentation
SDK to interact with the Ascend product.
package ai.evolv.exceptions;
public class AscendKeyError extends Exception {
public AscendKeyError(String errorMessage) {
super(errorMessage);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy