TemplateNotFoundException constructor

TemplateNotFoundException()

Implementation

TemplateNotFoundException()
    : super(
        'email template not found',
        ErrorCodes.emailTemplateFileNotFound,
      );