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

namespace Http\Client\Exception;

use Http\Client\Exception;

/**
 * Base exception for transfer related exceptions.
 *
 * @author Márk Sági-Kazár <[email protected]>
 */
class TransferException extends \RuntimeException implements Exception
{
}