Edit File by line
/home/zeestwma/redstone.../wp-inclu.../SimplePi.../src
File: Exception.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
[2] Fix | Delete
// SPDX-License-Identifier: BSD-3-Clause
[3] Fix | Delete
[4] Fix | Delete
declare(strict_types=1);
[5] Fix | Delete
[6] Fix | Delete
namespace SimplePie;
[7] Fix | Delete
[8] Fix | Delete
use Exception as NativeException;
[9] Fix | Delete
[10] Fix | Delete
/**
[11] Fix | Delete
* General SimplePie exception class
[12] Fix | Delete
*/
[13] Fix | Delete
class Exception extends NativeException
[14] Fix | Delete
{
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
class_alias('SimplePie\Exception', 'SimplePie_Exception');
[18] Fix | Delete
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function