Files
twenty_crm/server/src/integrations/exception-handler/interfaces/index.ts
Jérémy M cf334ada0e feat: exceptions handlers (#2855)
* feat: wip exception handlers

* feat: exception capturer

* fix: rename exception-capturer into exception-handler

* fix: remove unused variable
2023-12-08 10:18:50 +01:00

3 lines
101 B
TypeScript

export * from './exception-handler.interface';
export * from './exception-handler-driver.interface';