File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2861,6 +2861,7 @@ public function __construct(int $phpVersionId)
2861
2861
'uri \\invaliduriexception ' => 'stubs/ext/uri/Uri/InvalidUriException.php ' ,
2862
2862
'uri \\rfc3986 \\uri ' => 'stubs/ext/uri/Uri/Rfc3986/Uri.php ' ,
2863
2863
'uri \\uricomparisonmode ' => 'stubs/ext/uri/Uri/UriComparisonMode.php ' ,
2864
+ 'uri \\urierror ' => 'stubs/ext/uri/Uri/UriError.php ' ,
2864
2865
'uri \\uriexception ' => 'stubs/ext/uri/Uri/UriException.php ' ,
2865
2866
'uri \\whatwg \\invalidurlexception ' => 'stubs/ext/uri/Uri/WhatWg/InvalidUrlException.php ' ,
2866
2867
'uri \\whatwg \\url ' => 'stubs/ext/uri/Uri/WhatWg/Url.php ' ,
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ namespace Uri ;
4
+
5
+ /** @strict-properties */
6
+ #[\Since('8.5 ' )]
7
+ class UriError extends \Error
8
+ {
9
+ }
You can’t perform that action at this time.
0 commit comments