de.darkatra.bfme2.InvalidDataException.kt Maven / Gradle / Ivy
The newest version!
package de.darkatra.bfme2
class InvalidDataException(message: String, cause: Throwable? = null) : RuntimeException(message, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy