Files
oxygen-api/src/main/kotlin/top/fatweb/oxygen/api/exception/TokenHasExpiredException.kt

10 lines
238 B
Kotlin

package top.fatweb.oxygen.api.exception
/**
* Token has expired exception
*
* @author FatttSnake, fatttsnake@gmail.com
* @since 1.0.0
* @see RuntimeException
*/
class TokenHasExpiredException : RuntimeException("Token has expired")