You are here

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

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\Exception
View source
interface GuzzleException {

}

Members