summaryrefslogtreecommitdiff
path: root/bin/wiki/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php')
-rw-r--r--bin/wiki/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/wiki/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php b/bin/wiki/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
new file mode 100644
index 00000000..510778f6
--- /dev/null
+++ b/bin/wiki/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
@@ -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 {}