mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-12 03:19:37 -06:00
6 lines
165 B
TypeScript
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';
|