AuthException constructor

AuthException(
  1. String message
)

Creates an AuthException with a specific error message.

Parameters:

  • message: The error message describing the authentication issue.

Implementation

AuthException(this.message);