Files
pancake/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
2025-11-26 11:50:55 -05:00

8 lines
121 B
PHP

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