com.skillw.asahi.api.script.AsahiScriptException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pouvoir Show documentation
Show all versions of Pouvoir Show documentation
Bukkit Script Engine Plugin.
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