Files
Chamilo/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
2025-08-14 22:41:49 +02:00

7 lines
120 B
PHP

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