Files
OA/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
T
2026-07-23 10:37:26 +08:00

8 lines
121 B
PHP

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