Files
Smart-Farm/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
2025-12-22 14:34:25 +08:00

7 lines
120 B
PHP

<?php
namespace GuzzleHttp\Exception;
class TransferException extends \RuntimeException implements GuzzleException
{
}