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

com.arextest.diff.model.exception.SelectIgnoreException 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/4/7.
 */
public class SelectIgnoreException extends Exception {

  public SelectIgnoreException() {
    super();
  }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy