InvalidExpiresError# exception gafaelfawr.exceptions.InvalidExpiresError(message)# Bases: InputValidationError The provided token expiration time was invalid. Parameters: message (str) – error: ClassVar[str] = 'invalid_expires'# Used as the type field of the error message. Should be overridden by any subclass.