com.neko233.config233.exception.ConfigFileNotFoundException.kt Maven / Gradle / Ivy
package com.neko233.config233.exception
/**
*
*
* @author SolarisNeko
* Date on 2023-12-02
* */
class ConfigFileNotFoundException(msg: String) : RuntimeException(msg) {
}