UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

7 lines 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnauthenticatedError = void 0; class UnauthenticatedError extends Error { } exports.UnauthenticatedError = UnauthenticatedError; //# sourceMappingURL=unauthenticated-error.js.map