export class AbortError extends Error { get name() { return "AbortError"; } }