UNPKG

@teambit/workspace

Version:
8 lines (6 loc) 237 B
import { BitError } from '@teambit/bit-error'; export class MergeConfigConflict extends BitError { constructor(filePath: string) { super(`unable to parse the merge-conflict file ${filePath} as it has unresolved conflicts`); } }