MsalException constructor

const MsalException(
  1. String? errorMessage
)

Implementation

const MsalException(this.errorMessage);