Edit File by line
/home/zeestwma/redstone.../wp-inclu.../SimplePi.../src/HTTP
File: ClientException.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\HTTP;
[7] Fix | Delete
[8] Fix | Delete
use SimplePie\Exception as SimplePieException;
[9] Fix | Delete
[10] Fix | Delete
/**
[11] Fix | Delete
* Client exception class
[12] Fix | Delete
*
[13] Fix | Delete
* @internal
[14] Fix | Delete
*/
[15] Fix | Delete
final class ClientException extends SimplePieException
[16] Fix | Delete
{
[17] Fix | Delete
}
[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