interface GuzzleException in Lockr 7.3
@method string getMessage() @method \Throwable|null getPrevious() @method mixed getCode() @method string getFile() @method int getLine() @method array getTrace() @method string getTraceAsString()
Hierarchy
- interface \GuzzleHttp\Exception\GuzzleException
Expanded class hierarchy of GuzzleException
All classes that implement GuzzleException
1 file declares its use of GuzzleException
- ClientInterface.php in vendor/
guzzlehttp/ guzzle/ src/ ClientInterface.php
File
- vendor/
guzzlehttp/ guzzle/ src/ Exception/ GuzzleException.php, line 13
Namespace
GuzzleHttp\ExceptionView source
interface GuzzleException {
}