Add tool submit and cancel api

This commit is contained in:
2024-02-01 19:07:12 +08:00
parent 04587fbb7a
commit 13d8ba8e78
6 changed files with 87 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
package top.fatweb.oxygen.api.exception
/**
* Tool not under review exception
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
* @see RuntimeException
*/
class ToolNotUnderReviewException : RuntimeException("Tool not under review")