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

com.skillw.asahi.api.script.AsahiQuestException.kt Maven / Gradle / Ivy

The newest version!
package com.skillw.asahi.api.script

class AsahiQuestException(message: String, throwable: Throwable? = null) : Exception(message, throwable)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy