Add base settings management api
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
package top.fatweb.api.exception
|
||||
|
||||
/**
|
||||
* User not found exception
|
||||
*
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
* @see RuntimeException
|
||||
*/
|
||||
class UserNotFoundException : RuntimeException("User not found")
|
||||
Reference in New Issue
Block a user