work/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
2024-01-03 10:01:25 +08:00

7 lines
120 B
PHP
Executable File

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