package dev.plex.exception; public class ConfigValueNotFoundException extends RuntimeException { public ConfigValueNotFoundException() { super("This configured value does not exist!"); } }