Files
panel/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
2025-08-04 16:33:07 +03:30

8 lines
121 B
PHP

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