File "InvalidAnnotation.php"

Full Path: /home/diablzlo/glucosebalnce.com/wp-content/plugins/elementor-pro/vendor_prefixed/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php
File size: 247 bytes
MIME-type: text/x-php
Charset: utf-8

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