simplelogincmd.cli.exceptions.NotLoggedInError¶
- exception NotLoggedInError(message: str | None = None)¶
Raised when an unauthenticated user attempts to access protected data
This inherits from
click.ClickExceptionrather thanclick.UsageErrorto avoid showing the current context, which is not relevant to this sort of error, along with the error message.