UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 328 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.UnAuthenticatedError=void 0;const AltoError_1=require("../../../common/Errors/AltoError");class UnAuthenticatedError extends AltoError_1.AltoError{constructor(r,t="Unauthenticated",e,o){super(t,e,r,o)}}exports.UnAuthenticatedError=UnAuthenticatedError;