Skip to content

Commit

Permalink
Merge pull request #1957 from jyggen/master
Browse files Browse the repository at this point in the history
Add annotations for exception methods
  • Loading branch information
sagikazarmark committed Feb 5, 2018
2 parents 6a7e4e8 + 33bb1fd commit 287bc97
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Exception/GuzzleException.php
@@ -1,4 +1,13 @@
<?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 {}

0 comments on commit 287bc97

Please sign in to comment.