UNPKG

@logux/actions

Version:

Types and action creators for build-in Logux actions

7 lines (6 loc) 121 B
export class LoguxNotFoundError extends Error { constructor() { super() this.name = 'LoguxNotFoundError' } }