package tim.prune.config;

/**
 * Exception thrown when something went wrong with the config
 */
public class ConfigException extends Exception
{

}
