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