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

com.files.exceptions.ApiOverRateException Maven / Gradle / Ivy

package com.files.exceptions;


public class ApiOverRateException extends RuntimeException {
  private static final long serialVersionUID = -7183333763588182988L;

  public ApiOverRateException() {
    super();
  }

  public ApiOverRateException(Throwable cause) {
    super(cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy