Files
thinksaas_lmve/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
T
2023-06-22 13:33:25 +08:00

8 lines
121 B
PHP

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