← Back
Editing: yerror.d.ts
export declare class YError extends Error { name: string; constructor(msg?: string | null); }
Save File
Cancel