X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fexception%2Findex.ts;h=0916eecb8990285c55f21bb360ba4b250e0c9233;hb=3000c1258ccda0c8828f4e4fffb988e5ffaa84da;hp=5e5b60caf1743125aea0fdaf94781927e1ef9536;hpb=76a5d780d1eb17a18fd5f9d95df2cf0c8bc3d9c9;p=e-mobility-charging-stations-simulator.git diff --git a/src/exception/index.ts b/src/exception/index.ts index 5e5b60ca..0916eecb 100644 --- a/src/exception/index.ts +++ b/src/exception/index.ts @@ -1,2 +1,2 @@ -export { BaseError } from './BaseError'; -export { OCPPError } from './OCPPError'; +export { BaseError } from './BaseError.js' +export { OCPPError } from './OCPPError.js'