matomo / vendor /php-di /phpdoc-reader /src /PhpDocReader /AnnotationException.php
Leon4gr45's picture
Upload source files chunk 38
38ff4d0 verified
Raw
History Blame Contribute Delete
179 Bytes
<?php declare(strict_types=1);
namespace PhpDocReader;
/**
* We stumbled upon an invalid class/property/method annotation.
*/
class AnnotationException extends \Exception
{
}