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

io.github.hellocuriosity.ModelForgeException.kt Maven / Gradle / Ivy

Go to download

Model Forge is a library to automate model generation for automated testing.

The newest version!
package io.github.hellocuriosity

import java.lang.RuntimeException

class ModelForgeException(message: String) : RuntimeException(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy