NotAuthenticatedException constructor

const NotAuthenticatedException()

Implementation

const NotAuthenticatedException()
  : super('User not authenticated', code: AuthErrors.notAuthenticated);