evolution-api/src/exceptions/index.ts
2023-06-09 07:48:59 -03:00

6 lines
165 B
TypeScript

export * from './400.exception';
export * from './401.exception';
export * from './403.exception';
export * from './404.exception';
export * from './500.exception';