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

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

There is a newer version: 1.6.7-beta-6
Show newest version
package com.skillw.asahi.api.script

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy