
io.higgs.http.server.params.IllegalValidatorException Maven / Gradle / Ivy
The newest version!
package io.higgs.http.server.params;
/**
* @author Courtney Robinson
*/
public class IllegalValidatorException extends RuntimeException {
public IllegalValidatorException(String s, Throwable e) {
super(s, e);
}
}