oont-contents/plugins/wpify-woo/deps/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php
2025-02-08 15:10:23 +01:00

11 lines
193 B
PHP

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