io.github.molumn.catrix.common.exceptions.NoDefinedExecutorException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catrix-api Show documentation
Show all versions of catrix-api Show documentation
Kotlin/JVM library for terminal command development
package io.github.molumn.catrix.common.exceptions
class NoDefinedExecutorException(message: String) : NoSuchElementException(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy