ÿØÿÛ C 

ÿØÿÛ C 

<?php

namespace Http\Client\Exception;

use Http\Client\Exception;

/**
 * Base exception for transfer related exceptions.
 *
 * @author MÃ¡rk SÃ¡gi-KazÃ¡r <mark.sagikazar@gmail.com>
 */
class TransferException extends \RuntimeException implements Exception
{
}
