2024-05-31 09:27:37 +08:00

11 lines
179 B
PHP

<?php declare(strict_types=1);
namespace PhpDocReader;
/**
* We stumbled upon an invalid class/property/method annotation.
*/
class AnnotationException extends \Exception
{
}