Files
panel/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php

8 lines
121 B
PHP
Raw Normal View History

2025-08-04 16:33:07 +03:30
<?php
namespace GuzzleHttp\Exception;
class TransferException extends \RuntimeException implements GuzzleException
{
}