File "InvalidAnnotation.php"

Full Path: /home/amervokv/ecomlive.net/wp-content/plugins/elementor/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php
File size: 244 bytes
MIME-type: text/x-php
Charset: utf-8

<?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
{
}