mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-10 02:19:39 -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';
|