UNPKG

jest-allure2-reporter

Version:
8 lines (6 loc) 146 B
export class AllureRuntimeError extends Error { constructor(message: string) { super(message); this.name = 'AllureRuntimeError'; } }