X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fexception%2FOCPPError.ts;h=0c69eb23e31e957cbb2c5458a216867b49f5f9be;hb=0d1f33bab47bbcd712ea6ae7e26293917c8bc398;hp=c5d25ddc23d402070437d511dce6a3ea11156bc3;hpb=59b6ed8d1db313ef3371efd8ab5e039cf3dedab0;p=e-mobility-charging-stations-simulator.git diff --git a/src/exception/OCPPError.ts b/src/exception/OCPPError.ts index c5d25ddc..0c69eb23 100644 --- a/src/exception/OCPPError.ts +++ b/src/exception/OCPPError.ts @@ -1,6 +1,6 @@ // Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved. -import { BaseError } from './internal'; +import { BaseError } from './BaseError'; import { ErrorType, type IncomingRequestCommand, @@ -18,7 +18,7 @@ export class OCPPError extends BaseError { code: ErrorType, message: string, command?: RequestCommand | IncomingRequestCommand, - details?: JsonType + details?: JsonType, ) { super(message);