com.kero.security.lang.parsers.exceptions.ParserNotFoundException Maven / Gradle / Ivy
package com.kero.security.lang.parsers.exceptions;
public class ParserNotFoundException extends RuntimeException {
private static final long serialVersionUID = 1L;
public ParserNotFoundException(String message) {
super(message);
}
}