PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
php-di
/
php-di
/
src
/
Definition
/
Exception
<?php declare(strict_types=1); namespace DI\Definition\Exception; /** * Error in the definitions using PHP attributes. * * @author Matthieu Napoli <matthieu@mnapoli.fr> */ class InvalidAttribute extends InvalidDefinition { }
[-] InvalidDefinition.php
[edit]
[+]
..
[-] InvalidAttribute.php
[edit]