Files
natascha-rieter.nl-user/plugins/automagic-images/vendor/php-http/httplug/src/Exception/TransferException.php
T
2026-06-14 00:27:27 +00:00

15 lines
263 B
PHP

<?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
{
}