Log in
Model

UnexpectedTemplateIdValueException

Magento\Email\Model\Template\Config\UnexpectedTemplateIdValueException

What it does

This exception class is thrown when an email template configuration contains an invalid or unexpected template ID value.

Developers would encounter this when working with email template configuration files or programmatically defining templates with incorrect ID formats.

It extends UnexpectedValueException and customizes the stack trace output to be more concise.