Veranstaltungen-APP/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
2026-04-09 21:24:07 +02:00

8 lines
121 B
PHP

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