Skip to content

Commit

Permalink
Add annotations for exception methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jyggen committed Jan 17, 2018
1 parent aa5b807 commit 33bb1fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Exception/GuzzleException.php
Original file line number Diff line number Diff line change
@@ -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 33bb1fd

Please sign in to comment.