summaryrefslogtreecommitdiff
path: root/vendor/php-http/discovery/src/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/php-http/discovery/src/Exception.php')
-rw-r--r--vendor/php-http/discovery/src/Exception.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/php-http/discovery/src/Exception.php b/vendor/php-http/discovery/src/Exception.php
deleted file mode 100644
index 0fa8c767e..000000000
--- a/vendor/php-http/discovery/src/Exception.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-namespace Http\Discovery;
-
-/**
- * An interface implemented by all discovery related exceptions.
- *
- * @author Tobias Nyholm <tobias.nyholm@gmail.com>
- */
-interface Exception extends \Throwable
-{
-}