Merge branch 'main' into issue39-ocpp2
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index e1d6734c9c1fba31a6bf7eaeaad68e3e44abd913..5fedbc57e20ab849439f4628c28390b4433015f5 100644 (file)
@@ -5,12 +5,12 @@ export {
   buildEvsesStatus,
   OutputFormat
 } from './ChargingStationConfigurationUtils.js'
-export { CircularArray } from './CircularArray.js'
 export { Configuration } from './Configuration.js'
 export { Constants } from './Constants.js'
 export { ACElectricUtils, DCElectricUtils } from './ElectricUtils.js'
 export {
   handleFileException,
+  handleIncomingRequestError,
   handleSendMessageError,
   handleUncaughtException,
   handleUnhandledRejection,