CredentialReportNotPresentException constructor
Implementation
CredentialReportNotPresentException({String? type, String? message})
: super(
type: type,
code: 'CredentialReportNotPresentException',
message: message);