UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

7 lines 169 B
/** * Error to be throw when otter script failed */ export declare class O3rCliError extends Error { constructor(error: any); } //# sourceMappingURL=error.d.ts.map