because I got bored of customising my CV for every job
at main 4 lines 169 B view raw
1export * from "./authentication.error"; 2export * from "./authorization.error"; 3export * from "./not-found.util"; 4export { EntityNotFoundError } from "./not-found.util";