UNPKG

@brighte/redux-saga-test-plan

Version:
8 lines (7 loc) 152 B
// @flow export default class SagaTestError extends Error { constructor(message: string) { super(message); this.name = 'SagaTestError'; } }