UNPKG

@salad-labs/loopz-typescript

Version:
7 lines 218 B
export class UnauthenticatedError extends Error { constructor() { super("The user is not authenticated"); this.name = "UnauthenticatedError"; } } //# sourceMappingURL=UnauthenticatedError.js.map