refactor: cleanup default params in error handlers
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index a35887c7d3b53c48bf035d9511fb4933a6bad58e..d6efcdc7d17111df6b2897e2866144c3f81341c5 100644 (file)
@@ -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'