summaryrefslogtreecommitdiff
path: root/inc/mailgun/php-http/httplug/src/Exception/NetworkException.php
blob: f2198e5b624c6ef492df7c78017ce6afae74caba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

namespace Http\Client\Exception;

/**
 * Thrown when the request cannot be completed because of network issues.
 *
 * There is no response object as this exception is thrown when no response has been received.
 *
 * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
 */
class NetworkException extends RequestException
{
}