[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 3 // SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue 4 // SPDX-License-Identifier: BSD-3-Clause 5 6 declare(strict_types=1); 7 8 namespace SimplePie\HTTP; 9 10 use SimplePie\Exception as SimplePieException; 11 12 /** 13 * Client exception class 14 * 15 * @internal 16 */ 17 final class ClientException extends SimplePieException 18 { 19 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Fri Oct 3 08:20:03 2025 | Cross-referenced by PHPXref |