all-in-one/php/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php

11 lines
179 B
PHP
Raw Normal View History

2021-11-30 11:20:42 +01:00
<?php declare(strict_types=1);
namespace PhpDocReader;
/**
* We stumbled upon an invalid class/property/method annotation.
*/
class AnnotationException extends \Exception
{
}