PATH:
home
/
lab2454c
/
archfort.com
/
wp-includes
/
SimplePie
/
src
/
HTTP
<?php // SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue // SPDX-License-Identifier: BSD-3-Clause declare(strict_types=1); namespace SimplePie\HTTP; use SimplePie\Exception as SimplePieException; /** * Client exception class * * @internal */ final class ClientException extends SimplePieException { }
[-] Psr7Response.php
[edit]
[-] FileClient.php
[edit]
[+]
..
[-] Parser.php
[edit]
[-] ClientException.php
[edit]
[-] Psr18Client.php
[edit]
[-] Client.php
[edit]
[-] RawTextResponse.php
[edit]
[-] Response.php
[edit]