| Path : /var/www/html/solarwindia/vendor/php-http/httplug/src/Exception/ |
| Current File : /var/www/html/solarwindia/vendor/php-http/httplug/src/Exception/TransferException.php |
<?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
{
}