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