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")