Class: NotLoggedIn

Exceptions~NotLoggedIn(message)

new NotLoggedIn(message)

Error thrown when attempting authenticated operations without being logged in. Indicates the user needs to log in before accessing protected resources.
Parameters:
Name Type Description
message string Error message describing what went wrong
Source:

Extends

  • SessionError