summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/mailgun/vendor/php-http/client-common/src/Exception/ServerErrorException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail/mailgun/vendor/php-http/client-common/src/Exception/ServerErrorException.php')
-rw-r--r--Postman/Postman-Mail/mailgun/vendor/php-http/client-common/src/Exception/ServerErrorException.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/Postman/Postman-Mail/mailgun/vendor/php-http/client-common/src/Exception/ServerErrorException.php b/Postman/Postman-Mail/mailgun/vendor/php-http/client-common/src/Exception/ServerErrorException.php
deleted file mode 100644
index 665d724..0000000
--- a/Postman/Postman-Mail/mailgun/vendor/php-http/client-common/src/Exception/ServerErrorException.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-namespace Http\Client\Common\Exception;
-
-use Http\Client\Exception\HttpException;
-
-/**
- * Thrown when there is a server error (5xx).
- *
- * @author Joel Wurtz <joel.wurtz@gmail.com>
- */
-class ServerErrorException extends HttpException
-{
-}