AuthenticationException constructor

AuthenticationException([
  1. String? errorMessage
])

Implementation

AuthenticationException([String? errorMessage]) : super(errorMessage);