all-in-one/php/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php

8 lines
121 B
PHP
Raw Normal View History

2021-11-30 11:20:42 +01:00
<?php
namespace GuzzleHttp\Exception;
class TransferException extends \RuntimeException implements GuzzleException
{
}