UNPKG

@citrineos/base

Version:

The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.

11 lines 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnauthorizedException = void 0; class UnauthorizedException extends Error { constructor(message) { super(message); this.name = 'UnauthorizedException'; } } exports.UnauthorizedException = UnauthorizedException; //# sourceMappingURL=unauthorized.exception.js.map