X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fexception%2Findex.ts;h=3d4b3f9004cc37d053977c70c8025ef2e457bccd;hb=c3b8313087c651563b66173c2d6dd41034d194f9;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..3d4b3f90 100644 --- a/src/exception/index.ts +++ b/src/exception/index.ts @@ -1,2 +1 @@ -export { BaseError } from './BaseError'; -export { OCPPError } from './OCPPError'; +export { BaseError, OCPPError } from './internal';