<?php declare (strict_types=1); namespace ElementorDeps\DI\Definition\Exception; /** * Error in the definitions using annotations. * * @author Matthieu Napoli <matthieu@mnapoli.fr> */ class InvalidAnnotation extends InvalidDefinition { }