io.github.hellocuriosity.ModelForgeException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of model-forge Show documentation
Show all versions of model-forge Show documentation
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