@nlabs/rip-hunter
Version:
JS utilities for AJAX and GraphQL
10 lines • 317 B
TypeScript
/**
* Copyright (c) 2017-Present, Nitrogen Labs, Inc.
* Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
*/
export declare class ApiError extends Error {
source: Error;
errors: string[];
constructor(list: any, error: any);
}
//# sourceMappingURL=ApiError.d.ts.map