UNPKG

@teambit/harmony

Version:
6 lines (5 loc) 147 B
export class RuntimeNotDefined extends Error { constructor( name: string ) { super(`runtime: '${name}' was not defined by any aspect`) } }