Add tool submit and cancel api
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user