refactor: refine OCPP stack log message
[e-mobility-charging-stations-simulator.git] / src / exception / index.ts
index 3d4b3f9004cc37d053977c70c8025ef2e457bccd..5e5b60caf1743125aea0fdaf94781927e1ef9536 100644 (file)
@@ -1 +1,2 @@
-export { BaseError, OCPPError } from './internal';
+export { BaseError } from './BaseError';
+export { OCPPError } from './OCPPError';