PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
s3
/
vendor
/
guzzlehttp
/
guzzle
/
src
/
Exception
<?php namespace GuzzleHttp\Exception; /** * @method string getMessage() * @method \Throwable|null getPrevious() * @method mixed getCode() * @method string getFile() * @method int getLine() * @method array getTrace() * @method string getTraceAsString() */ interface GuzzleException {}
[-] RequestException.php
[edit]
[-] TooManyRedirectsException.php
[edit]
[-] ServerException.php
[edit]
[+]
..
[-] ClientException.php
[edit]
[-] BadResponseException.php
[edit]
[-] ConnectException.php
[edit]
[-] GuzzleException.php
[edit]
[-] SeekException.php
[edit]
[-] TransferException.php
[edit]