Files
jianbing/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
2025-05-12 15:45:02 +08:00

8 lines
121 B
PHP

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