export const notFoundFactory = (ErrorClass: { new(): T }) => () => new ErrorClass()