X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fexception%2Findex.ts;h=5e5b60caf1743125aea0fdaf94781927e1ef9536;hb=baa539e6b66a5c479327f48195df5a4133b8c0e7;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..5e5b60ca 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'; +export { OCPPError } from './OCPPError';