Files
runff/lib/aws/GuzzleHttp/Exception/GuzzleException.php
2019-04-29 16:09:00 +02:00

14 lines
293 B
PHP

<?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 {}