<?php

declare (strict_types=1);
namespace ElementorProDeps\DI\Definition\Exception;

/**
 * Error in the definitions using annotations.
 *
 * @author Matthieu Napoli <matthieu@mnapoli.fr>
 */
class InvalidAnnotation extends InvalidDefinition
{
}
