AuthenticationException constructor

const AuthenticationException(
  1. String cause
)

Implementation

const AuthenticationException(this.cause);