UNPKG

ngx-i18nsupport

Version:

Some tooling to be used with the Angular 2 i18n workflow

13 lines (10 loc) 267 B
/** * Created by martin on 17.02.2017. */ export class XliffMergeError extends Error { constructor(msg: string) { super(msg); // Set the prototype explicitly. Object.setPrototypeOf(this, XliffMergeError.prototype); } }