} from '../interfaces/OCPPAuthService.js'
import type { AuthConfiguration } from '../types/AuthTypes.js'
-import { OCPPError } from '../../../../exception/OCPPError.js'
+import { OCPPError } from '../../../../exception/index.js'
import { ErrorType, OCPPVersion } from '../../../../types/index.js'
import { InMemoryAuthCache } from '../cache/InMemoryAuthCache.js'
import { AuthConfigValidator } from '../utils/ConfigValidator.js'
import type { ChargingStation } from '../../../ChargingStation.js'
import type { OCPPAuthService } from '../interfaces/OCPPAuthService.js'
-import { OCPPError } from '../../../../exception/OCPPError.js'
+import { OCPPError } from '../../../../exception/index.js'
import { ErrorType } from '../../../../types/index.js'
import { logger } from '../../../../utils/index.js'
import { OCPPAuthServiceImpl } from './OCPPAuthServiceImpl.js'
import type { OCPP20AuthAdapter } from '../adapters/OCPP20AuthAdapter.js'
import type { LocalAuthStrategy } from '../strategies/LocalAuthStrategy.js'
-import { OCPPError } from '../../../../exception/OCPPError.js'
+import { OCPPError } from '../../../../exception/index.js'
import { ErrorType, OCPPVersion } from '../../../../types/index.js'
import {
convertToDate,
OCPP20ServiceUtils,
} from '../../../../src/charging-station/ocpp/2.0/OCPP20ServiceUtils.js'
import { OCPP20VariableManager } from '../../../../src/charging-station/ocpp/2.0/OCPP20VariableManager.js'
-import { OCPPError } from '../../../../src/exception/OCPPError.js'
+import { OCPPError } from '../../../../src/exception/index.js'
import {
AttributeEnumType,
ConnectorStatusEnum,