UNPKG

@ni-web-infra/common-utils

Version:
7 lines (6 loc) 173 B
export default class AJAXError extends Error { status: number; url: string; constructor(message: string, status: number, url: string); toString(): string; }