2023-11-09 14:09:52 +08:00

8 lines
121 B
PHP
Executable File

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