__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
namespace Sabre\HTTP;
/**
* An exception representing a HTTP error.
*
* This can be used as a generic exception in your application, if you'd like
* to map HTTP errors to exceptions.
*
* If you'd like to use this, create a new exception class, extending Exception
* and implementing this interface.
*
* @copyright Copyright (C) fruux GmbH (https://fruux.com/)
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
interface HttpException
{
/**
* The http status code for the error.
*
* This may either be just the number, or a number and a human-readable
* message, separated by a space.
*
* @return string|null
*/
public function getHttpStatus();
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Auth | Folder | 0775 |
|
|
| Client.php | File | 20.03 KB | 0664 |
|
| ClientException.php | File | 386 B | 0664 |
|
| ClientHttpException.php | File | 1.11 KB | 0664 |
|
| HttpException.php | File | 788 B | 0664 |
|
| Message.php | File | 7.22 KB | 0664 |
|
| MessageDecoratorTrait.php | File | 5.1 KB | 0664 |
|
| MessageInterface.php | File | 4.09 KB | 0664 |
|
| Request.php | File | 5.99 KB | 0664 |
|
| RequestDecorator.php | File | 3.85 KB | 0664 |
|
| RequestInterface.php | File | 2.66 KB | 0664 |
|
| Response.php | File | 5.29 KB | 0664 |
|
| ResponseDecorator.php | File | 1.56 KB | 0664 |
|
| ResponseInterface.php | File | 1.01 KB | 0664 |
|
| Sapi.php | File | 8.6 KB | 0664 |
|
| Version.php | File | 392 B | 0664 |
|
| functions.php | File | 11.53 KB | 0664 |
|