[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/SimplePie/src/HTTP/ -> ClientException.php (source)

   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  }


Generated : Fri Oct 3 08:20:03 2025 Cross-referenced by PHPXref