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