UNPKG

@nlabs/gothamjs

Version:
9 lines (8 loc) 270 B
/** * Copyright (c) 2018-Present, Nitrogen Labs, Inc. * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms. */ export declare class UserError extends Error { errors: string[]; constructor(msg: string, errors?: string[]); }