user_saml/tests/integration/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
Arthur Schiwon 9ac5588544
only update Guzzle
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-11 12:53:50 +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 {}