mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-01 16:30:09 +00:00
Initial import
This commit is contained in:
10
php/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php
vendored
Normal file
10
php/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace PhpDocReader;
|
||||
|
||||
/**
|
||||
* We stumbled upon an invalid class/property/method annotation.
|
||||
*/
|
||||
class AnnotationException extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user