refactor: improve error logging
[e-mobility-charging-stations-simulator.git] / src / exception / OCPPError.ts
index c5d25ddc23d402070437d511dce6a3ea11156bc3..35df1f5083643929e5c35bc309ed33be82335d93 100644 (file)
@@ -1,6 +1,6 @@
 // Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
 
-import { BaseError } from './internal';
+import { BaseError } from './BaseError';
 import {
   ErrorType,
   type IncomingRequestCommand,