com.arextest.diff.model.exception.ListKeyCycleException Maven / Gradle / Ivy
package com.arextest.diff.model.exception;
public class ListKeyCycleException extends RuntimeException {
public ListKeyCycleException() {
super();
}
public ListKeyCycleException(String s) {
super(s);
}
}