Files
oxygen-api/src/main/kotlin/top/fatweb/oxygen/api/exception/ToolHasPublish.kt
2024-01-18 14:14:36 +08:00

3 lines
134 B
Kotlin

package top.fatweb.oxygen.api.exception
class ToolHasPublish : RuntimeException("The tool has been published and cannot be modified")