PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
guzzlehttp
/
guzzle
/
src
/
Exception
<?php namespace GuzzleHttp\Exception; use Throwable; if (interface_exists(Throwable::class)) { interface GuzzleException extends Throwable { } } else { /** * @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]
[-] InvalidArgumentException.php
[edit]
[-] BadResponseException.php
[edit]
[-] ConnectException.php
[edit]
[-] GuzzleException.php
[edit]
[-] SeekException.php
[edit]
[-] TransferException.php
[edit]