All Downloads are FREE. Search and download functionalities are using the official Maven repository.

clarifai2.exception.DeprecationException Maven / Gradle / Ivy

The newest version!
package clarifai2.exception;

public final class DeprecationException extends RuntimeException {

  public DeprecationException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy