# wpide/3.0/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php

WPIDE – File Manager &amp; Code Editor, version 3.0. 11 lines.

- Page: https://pluginprobe.com/plugins/wpide/3.0/code/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php
- Raw: https://pluginprobe.com/plugins/wpide/3.0/raw/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php
- Modified: 2022-07-30T20:33:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpide/3.0/code/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php#L10-L20`.

```php
<?php declare(strict_types=1);

namespace PhpDocReader;

/**
 * We stumbled upon an invalid class/property/method annotation.
 */
class AnnotationException extends \Exception
{
}

```
