The separator for combining multiple messages into a single string.
Afterwards, the separator could be used to split a concatenated string onto multiple lines.
explode(EntityValidationException::MESSAGES_SEPARATOR, $messages);
const MESSAGES_SEPARATOR = '||';