package tim.prune; /** * Exception thrown when something went wrong with the config */ public class ConfigException extends Exception { }