Security update to Drupal 8.4.6
[yaffs-website] / vendor / guzzlehttp / guzzle / src / Exception / GuzzleException.php
1 <?php
2 namespace GuzzleHttp\Exception;
3
4 /**
5  * @method string getMessage()
6  * @method \Throwable|null getPrevious()
7  * @method mixed getCode()
8  * @method string getFile()
9  * @method int getLine()
10  * @method array getTrace()
11  * @method string getTraceAsString()
12  */
13 interface GuzzleException {}