AuthenticationException constructor

AuthenticationException([
  1. String _message = 'An authentication error has occurred.'
])

Implementation

AuthenticationException(
    [super._message = 'An authentication error has occurred.']);