com.tairitsu.ignotus.translation.provider.resource.kts.LoadException.kt Maven / Gradle / Ivy
package com.tairitsu.ignotus.translation.provider.resource.kts
class LoadException(message: String? = null, cause: Throwable? = null) : RuntimeException(message, cause)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy