TYPO3 Exception 1169128255

RuntimeException('Tag "' . $tagName . '" does not exist.', 1169128255)

This error happens for example if you mistype a doc comment tag.

A common error is using @param instead of @var for injections.