Optimize authentication api

This commit is contained in:
2024-01-02 16:46:36 +08:00
parent 22055faca4
commit 21e9bd98c9
10 changed files with 171 additions and 108 deletions

View File

@@ -0,0 +1,9 @@
package top.fatweb.oxygen.api.exception
/**
* Request too frequent exception
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
*/
class RequestTooFrequent: RuntimeException("Request too frequent")