Files
san-reymoros/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
2020-03-31 15:31:03 +02:00

7 lines
120 B
PHP

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