X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fexception%2Findex.ts;h=5e5b60caf1743125aea0fdaf94781927e1ef9536;hb=6fc0c6f3db444377c0fdea238183a14823278046;hp=3d4b3f9004cc37d053977c70c8025ef2e457bccd;hpb=2896e06dc8d72adf7150b23c941079f622f6f37c;p=e-mobility-charging-stations-simulator.git diff --git a/src/exception/index.ts b/src/exception/index.ts index 3d4b3f90..5e5b60ca 100644 --- a/src/exception/index.ts +++ b/src/exception/index.ts @@ -1 +1,2 @@ -export { BaseError, OCPPError } from './internal'; +export { BaseError } from './BaseError'; +export { OCPPError } from './OCPPError';