File "TransferException.php"
Full Path: /var/www/drive/php-http-20251112084430/httplug/src/Exception/TransferException.php
File size: 263 bytes
MIME-type: text/x-php
Charset: utf-8
<?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
{
}