UNPKG

sp-js-provisioning

Version:
8 lines (7 loc) 170 B
/** * Describes the Provisioning Error */ export declare class ProvisioningError extends Error { handler: string; constructor(handler: string, error: Error); }