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

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

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

/**
 * @className AsahiScriptException
 *
 * @author Glom
 * @date 2023/1/4 18:33 Copyright 2022 user. 
 */
class AsahiScriptException(message: String, throwable: Throwable? = null) : Exception(message, throwable)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy