godot.entrygenerator.exceptions.ClassNameRegistrationException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of godot-kotlin-entry-generator Show documentation
Show all versions of godot-kotlin-entry-generator Show documentation
Godot Kotlin entry code generator.
The newest version!
package godot.entrygenerator.exceptions
class ClassNameRegistrationException(message: String) : IllegalStateException(message)