[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/SimplePie/src/ -> Exception.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;
   9  
  10  use Exception as NativeException;
  11  
  12  /**
  13   * General SimplePie exception class
  14   */
  15  class Exception extends NativeException
  16  {
  17  }
  18  
  19  class_alias('SimplePie\Exception', 'SimplePie_Exception');


Generated : Thu Oct 2 08:20:03 2025 Cross-referenced by PHPXref