mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 03:56:54 -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';
|