UNPKG

@teambit/harmony

Version:
10 lines (8 loc) 218 B
export class RuntimeModuleError extends Error { constructor( private err: Error ) { super(`failed to load Harmony aspect with error message: ${err.message}`) } get stack() { return this.err.stack; } }