AnnotationException.php 179 B

12345678910
  1. <?php declare(strict_types=1);
  2. namespace PhpDocReader;
  3. /**
  4. * We stumbled upon an invalid class/property/method annotation.
  5. */
  6. class AnnotationException extends \Exception
  7. {
  8. }