All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.neko233.config233.exception.ConfigFileNotFoundException.kt Maven / Gradle / Ivy

The newest version!
package com.neko233.config233.exception

/**
 *
 *
 * @author SolarisNeko
 * Date on 2023-12-02
 * */
class ConfigFileNotFoundException(msg: String) : RuntimeException(msg) {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy