work/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php

7 lines
120 B
PHP
Raw Normal View History

2024-01-03 10:01:25 +08:00
<?php
namespace GuzzleHttp\Exception;
class TransferException extends \RuntimeException implements GuzzleException
{
}