File "InvalidAnnotation.php"

Full Path: /home/attunedd/public_html/wp-content/plugins/wpide/vendor/php-di/php-di/src/Definition/Exception/InvalidAnnotation.php
File size: 230 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare(strict_types=1);

namespace DI\Definition\Exception;

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