Files
Commerce/lib/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
“VeLiTi” 6f1cc27ec4 Initial commit
2025-01-30 11:43:37 +01:00

7 lines
120 B
PHP

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