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