# betterdocs/3.4.0/includes/Dependencies/PhpDocReader/AnnotationException.php

BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ &amp; Chatbot, version 3.4.0. 11 lines.

- Page: https://pluginprobe.com/plugins/betterdocs/3.4.0/code/includes/Dependencies/PhpDocReader/AnnotationException.php
- Raw: https://pluginprobe.com/plugins/betterdocs/3.4.0/raw/includes/Dependencies/PhpDocReader/AnnotationException.php
- Modified: 2023-08-14T08:41:14+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/betterdocs/3.4.0/code/includes/Dependencies/PhpDocReader/AnnotationException.php#L10-L20`.

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

namespace WPDeveloper\BetterDocs\Dependencies\PhpDocReader;

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

```
