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

com.arextest.diff.model.exception.FindErrorException Maven / Gradle / Ivy

There is a newer version: 0.2.15
Show newest version
package com.arextest.diff.model.exception;

/**
 * Created by rchen9 on 2023/6/16.
 */
public class FindErrorException extends Exception {

  public FindErrorException() {
    super();
  }

  public FindErrorException(String s) {
    super(s);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy