simplelogincmd.cli.exceptions.NotLoggedInError

exception NotLoggedInError(message: str | None = None)

Raised when an unauthenticated user attempts to access protected data

This inherits from click.ClickException rather than click.UsageError to avoid showing the current context, which is not relevant to this sort of error, along with the error message.