X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=d6efcdc7d17111df6b2897e2866144c3f81341c5;hb=64c14c99f9902d4e96f2a2cd404e536e0584a629;hp=a35887c7d3b53c48bf035d9511fb4933a6bad58e;hpb=840ca85d7c40a6ee6f3a85a50e68dbea2f90acb8;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index a35887c7..d6efcdc7 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -10,10 +10,10 @@ export { Constants } from './Constants.js' export { ACElectricUtils, DCElectricUtils } from './ElectricUtils.js' export { handleFileException, + handleIncomingRequestError, handleSendMessageError, handleUncaughtException, - handleUnhandledRejection, - setDefaultErrorParams + handleUnhandledRejection } from './ErrorUtils.js' export { watchJsonFile } from './FileUtils.js' export { logger } from './Logger.js'