X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fexception%2FOCPPError.ts;h=8e7dcc2f62b3b64d9812e3ccbb1941b634973187;hb=293aaa3118bbd8c6a6e7933f049d51031c134fa6;hp=563575a321fbcc1d1e985decea92fb9b34523ffd;hpb=8114d10e3893e96bb725ce2fca9744429ee4b75b;p=e-mobility-charging-stations-simulator.git diff --git a/src/exception/OCPPError.ts b/src/exception/OCPPError.ts index 563575a3..8e7dcc2f 100644 --- a/src/exception/OCPPError.ts +++ b/src/exception/OCPPError.ts @@ -1,9 +1,9 @@ -// Partial Copyright Jerome Benoit. 2021. All Rights Reserved. +// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved. -import { JsonType } from '../types/JsonType'; -import { ErrorType } from '../types/ocpp/ErrorType'; -import { IncomingRequestCommand, RequestCommand } from '../types/ocpp/Requests'; import BaseError from './BaseError'; +import type { JsonType } from '../types/JsonType'; +import { ErrorType } from '../types/ocpp/ErrorType'; +import type { IncomingRequestCommand, RequestCommand } from '../types/ocpp/Requests'; export default class OCPPError extends BaseError { code: ErrorType;