name : InvalidAttribute.php
<?php

declare(strict_types=1);

namespace DI\Definition\Exception;

/**
 * Error in the definitions using PHP attributes.
 *
 * @author Matthieu Napoli <[email protected]>
 */
class InvalidAttribute extends InvalidDefinition
{
}

© 2025 Cubjrnet7