AuthenticationException constructor

const AuthenticationException(
  1. String message
)

Implementation

const AuthenticationException(this.message);