X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fexception%2Findex.ts;h=0916eecb8990285c55f21bb360ba4b250e0c9233;hb=d64ea57bcb4fd9151a43b16ff4d4b5ed059ad1d7;hp=49abdfcb9fb73e978c0c1d54529e4151fde9ae97;hpb=268a74bb051fcbbad532fd833f0d8fd2b33b6c64;p=e-mobility-charging-stations-simulator.git diff --git a/src/exception/index.ts b/src/exception/index.ts index 49abdfcb..0916eecb 100644 --- a/src/exception/index.ts +++ b/src/exception/index.ts @@ -1,2 +1,2 @@ -export * from './BaseError'; -export * from './OCPPError'; +export { BaseError } from './BaseError.js' +export { OCPPError } from './OCPPError.js'