3657c20c9fba747ea1814ba247bc6ad1fc282c70
[GitHub/WoltLab/WCF.git] /
1 <?php
2 /**
3 * PHP-DI
4 *
5 * @link http://php-di.org/
6 * @copyright Matthieu Napoli (http://mnapoli.fr/)
7 * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
8 */
9
10 namespace DI\Definition\Exception;
11
12 /**
13 * Exception in the definitions using annotations
14 *
15 * @author Matthieu Napoli <matthieu@mnapoli.fr>
16 */
17 class AnnotationException extends DefinitionException
18 {
19 }