runff 1.0 commit
This commit is contained in:
13
lib/aws/GuzzleHttp/Exception/GuzzleException.php
Normal file
13
lib/aws/GuzzleHttp/Exception/GuzzleException.php
Normal file
@@ -0,0 +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 {}
|
||||
Reference in New Issue
Block a user