com.github.siwenyan.dish_parser.BadSmellException Maven / Gradle / Ivy
package com.github.siwenyan.dish_parser;
@SuppressWarnings("serial")
public class BadSmellException extends Exception {
public BadSmellException(String msg) {
super(msg);
}
}