mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 10:03:27 +01:00
Merge pull request #1957 from jyggen/master
Add annotations for exception methods
This commit is contained in:
commit
287bc97422
@ -1,4 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace GuzzleHttp\Exception;
|
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 {}
|
interface GuzzleException {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user