File "AnnotationException.php"

Full Path: /home/attunedd/public_html/byp/wp-content/plugins/wpide/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php
File size: 179 bytes
MIME-type: text/x-php
Charset: utf-8

<?php declare(strict_types=1);

namespace PhpDocReader;

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