|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
declare(strict_types=1);
|
|
|
4 |
|
|
|
5 |
namespace DI\Definition\Exception;
|
|
|
6 |
|
|
|
7 |
/**
|
|
|
8 |
* Error in the definitions using PHP attributes.
|
|
|
9 |
*
|
|
|
10 |
* @author Matthieu Napoli <matthieu@mnapoli.fr>
|
|
|
11 |
*/
|
|
|
12 |
class InvalidAttribute extends InvalidDefinition
|
|
|
13 |
{
|
|
|
14 |
}
|