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

7 lines
120 B
PHP
Raw Normal View History

2021-05-21 08:49:41 +02:00
<?php
namespace GuzzleHttp\Exception;
class TransferException extends \RuntimeException implements GuzzleException
{
}