UnsupportedFileException constructor

UnsupportedFileException(
  1. String message,
  2. File? file
)

Will be thrown if a File is passed when initializing a ServiceAccount which does not contain the necessary content to initialize a ServiceAccount.

Implementation

UnsupportedFileException(this.message, this.file);