10 lines
238 B
Kotlin
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") |