export class ServerVersionMismatchError extends Error { public constructor(message: string) { super(message); this.name = "ServerVersionMismatchError"; } }