Optimize authentication api
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user