Files
backPRO/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
2026-02-15 11:37:27 +01:00

8 lines
121 B
PHP

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