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

8 lines
121 B
PHP
Executable File

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