|
Server : Apache System : Linux p3plmcpnl504569.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : vvx4wizpbi9m ( 10307748) PHP Version : 8.3.32 Disable Function : NONE Directory : /home/vvx4wizpbi9m/public_html/wp-includes/SimplePie/src/ | |
|
Path: /home/vvx4wizpbi9m/public_html/wp-includes/SimplePie/src/Exception.php
Size: 355 B
Permissions: 0644
<?php
// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
// SPDX-License-Identifier: BSD-3-Clause
declare(strict_types=1);
namespace SimplePie;
use Exception as NativeException;
/**
* General SimplePie exception class
*/
class Exception extends NativeException
{
}
class_alias('SimplePie\Exception', 'SimplePie_Exception');