UNPKG

mp-lens

Version:

微信小程序分析工具 (Unused Code, Dependencies, Visualization)

8 lines (7 loc) 280 B
/** * Represents an error that is handled by the application and typically communicated to the user, * rather than being an unexpected program bug. These errors are not sent to telemetry. */ export declare class HandledError extends Error { constructor(message: string); }